1
0
mirror of git://git.suckless.org/st synced 2025-04-20 03:44:46 +01:00

Adding another bold off sequence.

This commit is contained in:
Christoph Lohmann 2012-09-13 07:04:34 +02:00
parent d254935875
commit 42ebd8ef7f

1
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;