Commit d018c9c

Christoph Lohmann <20h@r-36.net>
2012-09-13 01:04:34
Adding another bold off sequence.
1 parent 720cb81
Changed files (1)
st.c
@@ -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;