Parcourir la source

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.
Eric Pruitt il y a 11 ans
Parent
commit
2738592de6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      st.info

+ 1 - 1
st.info

@@ -161,7 +161,7 @@ st| simpleterm,
 	rmir=\E[4l,
 	rmir=\E[4l,
 	rmkx=\E[?1l\E>,
 	rmkx=\E[?1l\E>,
 	rmso=\E[27m,
 	rmso=\E[27m,
-	rmul=\E[m,
+	rmul=\E[24m,
 	rs1=\Ec,
 	rs1=\Ec,
 	rs2=\E[4l\E>\E[?1034l,
 	rs2=\E[4l\E>\E[?1034l,
 	sc=\E7,
 	sc=\E7,