diff options
author | Quentin Rameau <quinq@fifth.space> | 2017-07-11 23:16:25 +0200 |
---|---|---|
committer | Quentin Rameau <quinq@fifth.space> | 2017-07-12 13:29:31 +0200 |
commit | 8dacdfbab1c476063a31bc3b8d7222ac2b70ff66 (patch) | |
tree | 4d3aedc200176be966170bba6d12f45f3cd8db96 | |
parent | c0882f2ed1d7a2dd0fa2efa52157e6fc6fde3652 (diff) | |
download | st-8dacdfbab1c476063a31bc3b8d7222ac2b70ff66.tar.gz st-8dacdfbab1c476063a31bc3b8d7222ac2b70ff66.tar.bz2 |
Revert "Add bold off SGR"
This reverts commit 6cb6d61525931c88971cce323f63e40451a6d365.
This wasn't a useful thing after all.
-rw-r--r-- | st.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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; |