Adding undercurl patch ref. #20

This commit is contained in:
bakkeby 2021-05-08 10:53:46 +02:00
parent ce05a34de1
commit 79278e3d32
6 changed files with 187 additions and 2 deletions

View file

@ -258,6 +258,20 @@
*/
#define THEMED_CURSOR_PATCH 0
/* Adds support for special underlines.
*
* Example test command:
* $ echo -e "\e[4:3m\e[58:5:10munderline\e[0m"
* ^ ^ ^ ^ ^- sets terminal color 10
* | | | \- indicates that terminal colors should be used
* | | \- indicates that underline color is being set
* | \- sets underline style to curvy
* \- set underline
*
* https://st.suckless.org/patches/undercurl/
*/
#define UNDERCURL_PATCH 0
/* Vertically center lines in the space available if you have set a larger chscale in config.h
* https://st.suckless.org/patches/vertcenter/
*/