Minor changes to description

This commit is contained in:
Bakkeby 2024-03-13 10:44:43 +01:00
parent 0b8055a271
commit 6a5561cd76
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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