aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Pruitt2013-12-06 09:22:37 -0600
committerRoberto E. Vargas Caballero2013-12-10 17:21:12 +0100
commit432c72a6c6b0512c391fa57abc85907630754632 (patch)
tree2583ca6e5098c6f93aa72001ffc70be5873ca62a
parent87d640441b35224b61c99dbf1749a2e17dfcb28a (diff)
downloadaur-432c72a6c6b0512c391fa57abc85907630754632.tar.gz
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 94fce2298fd6..7526141dda0e 100644
--- 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,