all repos — st @ 8dacdfbab1c476063a31bc3b8d7222ac2b70ff66

st (suckless terminal) config

Revert "Add bold off SGR"

This reverts commit 6cb6d61525931c88971cce323f63e40451a6d365.
This wasn't a useful thing after all.
Quentin Rameau quinq@fifth.space
commit

8dacdfbab1c476063a31bc3b8d7222ac2b70ff66

parent

c0882f2ed1d7a2dd0fa2efa52157e6fc6fde3652

1 files changed, 0 insertions(+), 3 deletions(-)

jump to
M st.cst.c

@@ -1402,9 +1402,6 @@ break;

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;