st-flexipatch

My st-flexipatch configuration
git clone git://git.ethandl.dev/st-flexipatch
Log | Files | Refs | README | LICENSE

commit 6a5561cd76d7a6ee6e33de46d405b44d2baf1743
parent 0b8055a27167ea7ab26b3f6d7754beb8ab2e26ee
Author: Bakkeby <bakkeby@gmail.com>
Date:   Wed, 13 Mar 2024 10:44:43 +0100

Minor changes to description

Diffstat:
MREADME.md | 2+-
Mpatches.def.h | 7++++---
2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -15,7 +15,7 @@ Refer to [https://st.suckless.org/](https://st.suckless.org/) for details on the ### Changelog: -2024-03-09 - Added the reflow patch +2024-03-13 - Added the reflow patch and upgraded the netwmicon patch 2024-03-07 - Improved sixel support, removed VIM browse patch diff --git a/patches.def.h b/patches.def.h @@ -77,9 +77,8 @@ #define CLIPBOARD_PATCH 0 /* This patch allows st to be resized without cutting off text when the terminal window is - * made larger again. Text does not wrap when the terminal window is made smaller. - * - * The vim browse patch takes precedence over this patch. + * made larger again. Text does not wrap when the terminal window is made smaller, you may + * also want to have a look at the reflow patch. * * https://github.com/bakkeby/st-flexipatch/issues/34 */ @@ -213,6 +212,8 @@ #define ISO14755_PATCH 0 /* This patch allows you to select text on the terminal using keyboard shortcuts. + * NB: An improved variant of this patch is enabled if combined with the reflow patch. + * * https://st.suckless.org/patches/keyboard_select/ */ #define KEYBOARDSELECT_PATCH 0