mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-09 05:33:58 -04:00
csi: *sigh* looks like e.g. neovim doesn't respect Se
I.e. it issues a \E[2 q regardless of what we've configured the terminfo Se entry to. So, make \E[2 q mean "the user configured cursor style" (which defaults to 'block').
This commit is contained in:
parent
49034bb759
commit
751ac55f64
2 changed files with 6 additions and 9 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[0 q,
|
||||
Se=\E[2 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