Introduction
Introduction Statistics Contact Development Disclaimer Help
tFix rmul definition - st - [fork] customized build of st, the simple terminal
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit 2738592de6d1b53e1f5aa896c8fd3bb5a4204749
parent 08a3eea571f8e81b6820c18d30f9264b6ee6e08b
Author: Eric Pruitt <[email protected]>
Date: Fri, 6 Dec 2013 09:22:37 -0600
Fix rmul definition
rmul means "exit underline mode", so a full reset of all
tthe attributes is not the correct way of exiting from
underline mode, because it is going to modify also another
attributes not related.
Diffstat:
M st.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/st.info b/st.info
t@@ -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,
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.