Revert "Add bold off SGR" - st - simple terminal HTML git clone https://git.parazyd.org/st DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit 8dacdfbab1c476063a31bc3b8d7222ac2b70ff66 DIR parent c0882f2ed1d7a2dd0fa2efa52157e6fc6fde3652 HTML Author: Quentin Rameau <quinq@fifth.space> Date: Tue, 11 Jul 2017 23:16:25 +0200 Revert "Add bold off SGR" This reverts commit 6cb6d61525931c88971cce323f63e40451a6d365. This wasn't a useful thing after all. Diffstat: M st.c | 3 --- 1 file changed, 0 insertions(+), 3 deletions(-) --- DIR diff --git 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;