X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/720cb816dcff55f8b75bdc2a8ffa265f460f5d55..d018c9c8efc3e1781d84d7b7d24e9531bb841b34:/st.c 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;