aboutsummaryrefslogtreecommitdiff
path: root/st.c
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
commit42ebd8ef7f50ce90fe3b433e0bc62aae1ff14537 (patch)
tree39056aa6d8d884b1d9400d9e60066d10ced11627 /st.c
parentd25493587595a7bc5eb0764dad9e8de10a26a854 (diff)
downloadst-42ebd8ef7f50ce90fe3b433e0bc62aae1ff14537.tar.gz
st-42ebd8ef7f50ce90fe3b433e0bc62aae1ff14537.tar.bz2
Adding another bold off sequence.
Diffstat (limited to 'st.c')
-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) {
case 7:
term.c.attr.mode |= ATTR_REVERSE;
break;
+ case 21:
case 22:
term.c.attr.mode &= ~ATTR_BOLD;
break;