Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
cleaning st.info. fixed cvvis.
[st.git]
/
st.c
diff --git
a/st.c
b/st.c
index
9e66d09
..
ab43a43
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-855,7
+855,9
@@
csihandle(void) {
term.mode |= MODE_WRAP;
break;
case 12: /* att610 -- Start blinking cursor (IGNORED) */
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;
case 25:
term.c.state &= ~CURSOR_HIDE;
break;