mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-03 07:15:29 -04:00
csi: let CSI 0 q mean "switch to user configured cursor style"
According to the specs, \E[0 q means a blinking block cursor. However, since it also states that \E[1 q *also* is a blinking block cursor, and that it is the default, *and* given that fact that parameter-less CSIs typically means "reset", let's make it mean "reset to the user configured cursor style".
This commit is contained in:
parent
3ccdef3498
commit
49034bb759
4 changed files with 11 additions and 3 deletions
|
|
@ -237,7 +237,7 @@ foot+base|foot base fragment,
|
|||
vpa=\E[%i%p1%dd,
|
||||
E3=\E[3J,
|
||||
Ms=\E]52;%p1%s;%p2%s\007,
|
||||
Se=\E[2 q,
|
||||
Se=\E[0 q,
|
||||
Ss=\E[%p1%d q,
|
||||
|
||||
# XM tells ncurses how to initialize the mouse. The xterm terminfo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue