st

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.instinctive.eu/st.git
Log | Files | Refs | README | LICENSE

commit 76900b9b6870921510d4efd429d7b8e3966c7f48
parent 109dcb72323d69d4da6d40f13d10d3c0b100c37c
Author: Natasha Kerensikova <natacha@instinctive.eu>
Date:   Sun, 19 Feb 2023 10:33:01 +0100

[nat] no bold colors

Diffstat:
Mx.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x.c b/x.c @@ -1418,7 +1418,7 @@ xdrawglyphfontspecs(const XftGlyphFontSpec *specs, Glyph base, int len, int x, i /* Change basic system colors [0-7] to bright system colors [8-15] */ if ((base.mode & ATTR_BOLD_FAINT) == ATTR_BOLD && BETWEEN(base.fg, 0, 7)) - fg = &dc.col[base.fg + 8]; + fg = &dc.col[base.fg]; if (IS_SET(MODE_REVERSE)) { if (fg == &dc.col[defaultfg]) {