[hackers] [st] Revert "Add bold off SGR" || Quentin Rameau

From: <git_AT_suckless.org>
Date: Wed, 12 Jul 2017 15:52:17 +0200 (CEST)

commit 8dacdfbab1c476063a31bc3b8d7222ac2b70ff66
Author: Quentin Rameau <quinq_AT_fifth.space>
AuthorDate: Tue Jul 11 23:16:25 2017 +0200
Commit: Quentin Rameau <quinq_AT_fifth.space>
CommitDate: Wed Jul 12 13:29:31 2017 +0200

    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
_AT_@ -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;
Received on Wed Jul 12 2017 - 15:52:17 CEST

This archive was generated by hypermail 2.3.0 : Wed Jul 12 2017 - 16:00:55 CEST