Adding columns patch ref. #34

This commit is contained in:
bakkeby 2021-07-26 10:16:54 +02:00
parent d1b9cca73c
commit eccd7fac9e
4 changed files with 38 additions and 0 deletions

View file

@ -68,6 +68,15 @@
*/
#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.
*
* https://github.com/bakkeby/st-flexipatch/issues/34
*/
#define COLUMNS_PATCH 0
/* Select and copy the last URL displayed with Mod+l. Multiple invocations cycle through the
* available URLs.
* https://st.suckless.org/patches/copyurl/