[hackers] [st] Fix rmul definition || Eric Pruitt
commit 2738592de6d1b53e1f5aa896c8fd3bb5a4204749
Author: Eric Pruitt <eric.pruitt_AT_gmail.com>
Date: Fri Dec 6 09:22:37 2013 -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.
diff --git a/st.info b/st.info
index 94fce22..7526141 100644
--- a/st.info
+++ b/st.info
_AT_@ -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,
Received on Tue Dec 10 2013 - 17:23:48 CET
This archive was generated by hypermail 2.3.0
: Tue Dec 10 2013 - 17:24:15 CET