all repos — st @ c3b0e2202b908834d3c08e3eaf70e0ac282cf319

st (suckless terminal) config

A reset should reset the line drawing too.
Christoph Lohmann 20h@r-36.net
commit

c3b0e2202b908834d3c08e3eaf70e0ac282cf319

parent

980c5956ed4eb0c1e748f1e5c550fabdaaf4ef14

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

jump to
M st.cst.c

@@ -1177,7 +1177,7 @@ for(i = 0; i < l; i++) {

switch(attr[i]) { case 0: term.c.attr.mode &= ~(ATTR_REVERSE | ATTR_UNDERLINE | ATTR_BOLD \ - | ATTR_ITALIC | ATTR_BLINK); + | ATTR_ITALIC | ATTR_BLINK | ATTR_GFX); term.c.attr.fg = DefaultFG; term.c.attr.bg = DefaultBG; break;