all repos — st @ 2bef36ab81c356b106f00221038b743819cd20bd

st (suckless terminal) config

Small style change.
Christoph Lohmann 20h@r-36.net
commit

2bef36ab81c356b106f00221038b743819cd20bd

parent

168248432705eff5fc44cf8a566bc090ca59d78a

1 files changed, 4 insertions(+), 4 deletions(-)

jump to
M st.cst.c

@@ -3855,10 +3855,10 @@ case 0: /* Blinking Block */

case 1: /* Blinking Block (Default) */ case 2: /* Steady Block */ if (IS_SET(MODE_REVERSE)) { - g.mode |= ATTR_REVERSE; - g.fg = defaultcs; - g.bg = defaultfg; - } + g.mode |= ATTR_REVERSE; + g.fg = defaultcs; + g.bg = defaultfg; + } g.mode |= term.line[term.c.y][curx].mode & ATTR_WIDE; xdrawglyph(g, term.c.x, term.c.y);