Adding another bold off sequence.

master
Christoph Lohmann 12 years ago
parent 720cb816dc
commit d018c9c8ef

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

Loading…
Cancel
Save