Explorar o código

A reset should reset the line drawing too.

Christoph Lohmann %!s(int64=12) %!d(string=hai) anos
pai
achega
c3b0e2202b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      st.c

+ 1 - 1
st.c

@@ -1177,7 +1177,7 @@ tsetattr(int *attr, int l) {
 		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;