From c43526153fbe368351f6139f5e672e1798f6d2f1 Mon Sep 17 00:00:00 2001 From: Aurélien Aptel Date: Fri, 3 Sep 2010 00:00:41 +0200 Subject: cleaning st.info. fixed cvvis. --- st.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'st.c') diff --git a/st.c b/st.c index 9e66d09..ab43a43 100644 --- a/st.c +++ b/st.c @@ -855,7 +855,9 @@ csihandle(void) { term.mode |= MODE_WRAP; break; case 12: /* att610 -- Start blinking cursor (IGNORED) */ - break; + /* fallthrough for xterm cvvis = CSI [ ? 12 ; 25 h */ + if(escseq.narg > 1 && escseq.arg[1] != 25) + break; case 25: term.c.state &= ~CURSOR_HIDE; break; -- cgit v1.2.3-54-g00ecf