From: Quentin Rameau Date: Tue, 11 Jul 2017 21:16:25 +0000 (+0200) Subject: Revert "Add bold off SGR" X-Git-Url: https://git.danieliu.xyz/?p=st.git;a=commitdiff_plain;h=8dacdfbab1c476063a31bc3b8d7222ac2b70ff66 Revert "Add bold off SGR" This reverts commit 6cb6d61525931c88971cce323f63e40451a6d365. This wasn't a useful thing after all. --- diff --git a/st.c b/st.c index 8d4a9f2..ae93ade 100644 --- a/st.c +++ b/st.c @@ -1402,9 +1402,6 @@ tsetattr(int *attr, int l) case 9: term.c.attr.mode |= ATTR_STRUCK; break; - case 21: - term.c.attr.mode &= ~ATTR_BOLD; - break; case 22: term.c.attr.mode &= ~(ATTR_BOLD | ATTR_FAINT); break;