pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08a3eea
)
Fix rmul definition
author
Eric Pruitt
<eric.pruitt@gmail.com>
Fri, 6 Dec 2013 15:22:37 +0000
(09:22 -0600)
committer
Roberto 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
patch
|
blob
|
history
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[
24
m,
rs1=\Ec,
rs2=\E[4l\E>\E[?1034l,
sc=\E7,