Adding st embedder patch

This commit is contained in:
bakkeby 2020-01-07 08:05:00 +01:00
parent e76c4c0637
commit 352170eec8
7 changed files with 116 additions and 1 deletions

View file

@ -136,6 +136,16 @@
*/
#define SCROLLBACK_MOUSE_ALTSCREEN_PATCH 0
/* This patch allows clients to embed into the st window and is useful if you tend to
* start X applications from the terminal. For example:
*
* $ surf -e $WINDOWID
*
* The behavior is similar to Plan 9 where applications can take over windows.
* URL TBC
*/
#define ST_EMBEDDER_PATCH 0
/* Use inverted defaultbg/fg for selection when bg/fg are the same.
* https://st.suckless.org/patches/spoiler/
*/