aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Pruitt <eric.pruitt@gmail.com>2013-12-06 09:22:37 -0600
committerRoberto E. Vargas Caballero <k0ga@shike2.com>2013-12-10 17:21:12 +0100
commit2738592de6d1b53e1f5aa896c8fd3bb5a4204749 (patch)
treeceebbe1263a7ea2b297fb5e71059ff78aeadd802
parent08a3eea571f8e81b6820c18d30f9264b6ee6e08b (diff)
downloadst-patched-2738592de6d1b53e1f5aa896c8fd3bb5a4204749.tar.bz2
st-patched-2738592de6d1b53e1f5aa896c8fd3bb5a4204749.tar.xz
st-patched-2738592de6d1b53e1f5aa896c8fd3bb5a4204749.zip
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.
-rw-r--r--st.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.info b/st.info
index 94fce22..7526141 100644
--- a/st.info
+++ b/st.info
@@ -161,7 +161,7 @@ st| simpleterm,
161 rmir=\E[4l, 161 rmir=\E[4l,
162 rmkx=\E[?1l\E>, 162 rmkx=\E[?1l\E>,
163 rmso=\E[27m, 163 rmso=\E[27m,
164 rmul=\E[m, 164 rmul=\E[24m,
165 rs1=\Ec, 165 rs1=\Ec,
166 rs2=\E[4l\E>\E[?1034l, 166 rs2=\E[4l\E>\E[?1034l,
167 sc=\E7, 167 sc=\E7,