On Fri, Dec 06, 2013 at 11:36:45AM +0100, Roberto E. Vargas Caballero wrote:
> So it means there is a problem in the terminfo definition. I think
> we only have to look in the terminfo definition of xterm and look for
> ^[[24m, and look if in the same capability we have a ^[[m, and
> think what is the most apropiate sequence in such case.

Thanks Roberto, I was able to resolve this by changing "rmul=\E[m," to
"rmul=\E[24m," in st.info and recompiling with tic.

Eric
diff --git a/st.info b/st.info
index 94fce22..7526141 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,

Reply via email to