diff options
-rw-r--r-- | st.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1171,6 +1171,7 @@ tsetattr(int *attr, int l) { | |||
1171 | case 7: | 1171 | case 7: |
1172 | term.c.attr.mode |= ATTR_REVERSE; | 1172 | term.c.attr.mode |= ATTR_REVERSE; |
1173 | break; | 1173 | break; |
1174 | case 21: | ||
1174 | case 22: | 1175 | case 22: |
1175 | term.c.attr.mode &= ~ATTR_BOLD; | 1176 | term.c.attr.mode &= ~ATTR_BOLD; |
1176 | break; | 1177 | break; |