Adding sync patch ref. #21
This commit is contained in:
parent
3b88d65645
commit
56e208e0de
10 changed files with 141 additions and 2 deletions
|
|
@ -271,6 +271,19 @@
|
|||
*/
|
||||
#define SPOILER_PATCH 0
|
||||
|
||||
/* This patch adds synchronized-updates/application-sync support in st.
|
||||
* This will have no effect except when an application uses the synchronized-update escape
|
||||
* sequences. With this patch nearly all cursor flicker is eliminated in tmux, and tmux detects
|
||||
* it automatically via terminfo.
|
||||
*
|
||||
* Note: this patch alters st.info to promote support for extra escape sequences, which can
|
||||
* potentially cause application misbehaviour if you do not use this patch. Try removing or
|
||||
* commenting out the corresponding line in st.info if this is causing issues.
|
||||
*
|
||||
* https://st.suckless.org/patches/sync/
|
||||
*/
|
||||
#define SYNC_PATCH 0
|
||||
|
||||
/* Instead of a default X cursor, use the xterm cursor from your cursor theme.
|
||||
* You need to uncomment the corresponding line in config.mk to use the -lXcursor library
|
||||
* when including this patch.
|
||||
|
|
@ -288,6 +301,10 @@
|
|||
* | \- sets underline style to curvy
|
||||
* \- set underline
|
||||
*
|
||||
* Note: this patch alters st.info to promote support for extra escape sequences, which can
|
||||
* potentially cause application misbehaviour if you do not use this patch. Try removing or
|
||||
* commenting out the corresponding line in st.info if this is causing issues.
|
||||
*
|
||||
* https://st.suckless.org/patches/undercurl/
|
||||
*/
|
||||
#define UNDERCURL_PATCH 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue