st
simple terminal
git clone https://9o.is/git/st.git
commit 91c4c46ee171765c57e72e3e16f0b062cd6b133c parent 8b723c0c2d92bc5dbe26d812e28b71a1ec1f33f6 Author: Eric Pruitt <eric.pruitt@gmail.com> Date: Fri, 6 Dec 2013 09:22:37 -0600 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. Diffstat:
| M | st.info | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/st.info b/st.info @@ -161,7 +161,7 @@ st| simpleterm, 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,