]> Sergey Matveev's repositories - st.git/commitdiff
Adding another bold off sequence.
authorChristoph Lohmann <20h@r-36.net>
Thu, 13 Sep 2012 05:04:34 +0000 (07:04 +0200)
committerChristoph Lohmann <20h@r-36.net>
Thu, 13 Sep 2012 05:04:34 +0000 (07:04 +0200)
st.c

diff --git a/st.c b/st.c
index 19d0a86887f6dc647bbf120a05466f04d2c988ec..0db81f4e31c14b8de4354e68c365795de9bdb030 100644 (file)
--- 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;