Browse Source

Adding another bold off sequence.

master
Christoph Lohmann 12 years ago
parent
commit
d018c9c8ef
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      st.c

+ 1
- 0
st.c View File

@ -1171,6 +1171,7 @@ tsetattr(int *attr, int l) {
case 7:
term.c.attr.mode |= ATTR_REVERSE;
break;
case 21:
case 22:
term.c.attr.mode &= ~ATTR_BOLD;
break;


Loading…
Cancel
Save