JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Fix rmul definition
authorEric Pruitt <eric.pruitt@gmail.com>
Fri, 6 Dec 2013 15:22:37 +0000 (09:22 -0600)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Tue, 10 Dec 2013 16:21:12 +0000 (17:21 +0100)
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.

st.info

diff --git a/st.info b/st.info
index 94fce22..7526141 100644 (file)
--- 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,