st

Suckless' st with my personal patches
git clone https://git.instinctive.eu/st.git
Log | Files | Refs | README | LICENSE

commit bd14e4ceefb006297531ce95fb6d0c49a368dcac
parent 3c6a02be72f8aa8f57053b888cebb04eb2e14dcb
Author: Natasha Kerensikova <natacha@instinctive.eu>
Date:   Sun,  2 Mar 2025 09:24:37 +0100

[nat] Avoid color in fallback font

Diffstat:
Mx.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/x.c b/x.c @@ -1466,6 +1466,7 @@ xmakeglyphfontspecs(XftGlyphFontSpec *specs, const Glyph *glyphs, int len, int x FcPatternAddCharSet(fcpattern, FC_CHARSET, fccharset); FcPatternAddBool(fcpattern, FC_SCALABLE, 1); + FcPatternAddBool(fcpattern, FC_COLOR, 0); FcConfigSubstitute(0, fcpattern, FcMatchPattern);