X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=st.c;h=0db81f4e31c14b8de4354e68c365795de9bdb030;hb=d018c9c8efc3e1781d84d7b7d24e9531bb841b34;hp=19d0a86887f6dc647bbf120a05466f04d2c988ec;hpb=720cb816dcff55f8b75bdc2a8ffa265f460f5d55;p=st.git 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;