aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index efe309f..009ccb4 100644
--- a/st.c
+++ b/st.c
@@ -1177,7 +1177,7 @@ tsetattr(int *attr, int l) {
1177 switch(attr[i]) { 1177 switch(attr[i]) {
1178 case 0: 1178 case 0:
1179 term.c.attr.mode &= ~(ATTR_REVERSE | ATTR_UNDERLINE | ATTR_BOLD \ 1179 term.c.attr.mode &= ~(ATTR_REVERSE | ATTR_UNDERLINE | ATTR_BOLD \
1180 | ATTR_ITALIC | ATTR_BLINK); 1180 | ATTR_ITALIC | ATTR_BLINK | ATTR_GFX);
1181 term.c.attr.fg = DefaultFG; 1181 term.c.attr.fg = DefaultFG;
1182 term.c.attr.bg = DefaultBG; 1182 term.c.attr.bg = DefaultBG;
1183 break; 1183 break;