all repos — st @ 2738592de6d1b53e1f5aa896c8fd3bb5a4204749

st (suckless terminal) config

Fix rmul definition

rmul means "exit underline mode", so a full reset of all
the attributes is not the correct way of exiting from
underline mode, because it is going to modify also another
attributes not related.
Eric Pruitt eric.pruitt@gmail.com
commit

2738592de6d1b53e1f5aa896c8fd3bb5a4204749

parent

08a3eea571f8e81b6820c18d30f9264b6ee6e08b

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

jump to
M st.infost.info

@@ -161,7 +161,7 @@ rmcup=\E[?1049l,

rmir=\E[4l, rmkx=\E[?1l\E>, rmso=\E[27m, - rmul=\E[m, + rmul=\E[24m, rs1=\Ec, rs2=\E[4l\E>\E[?1034l, sc=\E7,