st
simple terminal
git clone https://9o.is/git/st.git
commit 9a4308cebe4490bfb2c2d92abf65a289145eb056 parent a575b6de43a703d80b26afc7e325af5b32356e53 Author: Quentin Rameau <quinq@fifth.space> Date: Tue, 11 Jul 2017 23:16:25 +0200 Revert "Add bold off SGR" This reverts commit 6f1a370b5549884a0fb3023f54d3af9d272d5000. This wasn't a useful thing after all. Diffstat:
| M | st.c | | | 3 | --- |
1 file changed, 0 insertions(+), 3 deletions(-)
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;