Browse Source

Revert "Add bold off SGR"

This reverts commit 6cb6d61525.
This wasn't a useful thing after all.
master
Quentin Rameau 7 years ago
parent
commit
8dacdfbab1
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      st.c

+ 0
- 3
st.c View File

@ -1402,9 +1402,6 @@ tsetattr(int *attr, int l)
case 9:
term.c.attr.mode |= ATTR_STRUCK;
break;
case 21:
term.c.attr.mode &= ~ATTR_BOLD;
break;
case 22:
term.c.attr.mode &= ~(ATTR_BOLD | ATTR_FAINT);
break;


Loading…
Cancel
Save