all repos — st @ d018c9c8efc3e1781d84d7b7d24e9531bb841b34

st (suckless terminal) config

Adding another bold off sequence.
Christoph Lohmann 20h@r-36.net
commit

d018c9c8efc3e1781d84d7b7d24e9531bb841b34

parent

720cb816dcff55f8b75bdc2a8ffa265f460f5d55

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

jump to
M st.cst.c

@@ -1171,6 +1171,7 @@ break;

case 7: term.c.attr.mode |= ATTR_REVERSE; break; + case 21: case 22: term.c.attr.mode &= ~ATTR_BOLD; break;