aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-09-13 07:04:34 +0200
committerChristoph Lohmann <20h@r-36.net>2012-09-13 07:04:34 +0200
commitd018c9c8efc3e1781d84d7b7d24e9531bb841b34 (patch)
tree39056aa6d8d884b1d9400d9e60066d10ced11627
parent720cb816dcff55f8b75bdc2a8ffa265f460f5d55 (diff)
downloadst-d018c9c8efc3e1781d84d7b7d24e9531bb841b34.tar.gz
st-d018c9c8efc3e1781d84d7b7d24e9531bb841b34.zip
Adding another bold off sequence.
-rw-r--r--st.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.c b/st.c
index 19d0a86..0db81f4 100644
--- a/st.c
+++ b/st.c
@@ -1171,6 +1171,7 @@ tsetattr(int *attr, int l) {
1171 case 7: 1171 case 7:
1172 term.c.attr.mode |= ATTR_REVERSE; 1172 term.c.attr.mode |= ATTR_REVERSE;
1173 break; 1173 break;
1174 case 21:
1174 case 22: 1175 case 22:
1175 term.c.attr.mode &= ~ATTR_BOLD; 1176 term.c.attr.mode &= ~ATTR_BOLD;
1176 break; 1177 break;