diff --git a/README.md b/README.md index ad8b905..2766eab 100644 --- 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 index abdf8c8..a27800c 100644 --- 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