From 42ebd8ef7f50ce90fe3b433e0bc62aae1ff14537 Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Thu, 13 Sep 2012 07:04:34 +0200 Subject: Adding another bold off sequence. --- st.c | 1 + 1 file changed, 1 insertion(+) (limited to '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; -- cgit v1.2.1