fontfeature patch

This commit is contained in:
ant 2025-01-04 21:59:53 +01:00
parent b77fb11b76
commit 4397a1814f
4 changed files with 34 additions and 9 deletions

View file

@ -233,7 +233,11 @@
* https://github.com/cog1to/st-ligatures
* https://st.suckless.org/patches/ligatures/
*/
#define LIGATURES_PATCH 0
#define LIGATURES_PATCH 1
/* This patch add support for custom font features. It depends on the LIGATURES_PATCH patch
*/
#define FONTFEATURES_PATCH 1
/* This patch makes st ignore terminal color attributes by forcing display of the default
* foreground and background colors only - making for a monochrome look. Idea ref.