Update Se terminfo entry to reset cursor to configured default
This commit is contained in:
parent
3e46fa9f81
commit
5a4103ad2a
4 changed files with 3 additions and 3 deletions
2
kitty/terminfo.h
generated
2
kitty/terminfo.h
generated
File diff suppressed because one or more lines are too long
|
|
@ -285,7 +285,7 @@ def encode_keystring(keybytes: bytes) -> str:
|
||||||
# DECSCUSR Set cursor style
|
# DECSCUSR Set cursor style
|
||||||
'Ss': r'\E[%p1%d\sq',
|
'Ss': r'\E[%p1%d\sq',
|
||||||
# DECSCUSR Reset cursor style to power-on default
|
# DECSCUSR Reset cursor style to power-on default
|
||||||
'Se': r'\E[2\sq',
|
'Se': r'\E[0\sq',
|
||||||
# Set cursor color
|
# Set cursor color
|
||||||
'Cs': r'\E]12;%p1%s\007',
|
'Cs': r'\E]12;%p1%s\007',
|
||||||
# Reset cursor color
|
# Reset cursor color
|
||||||
|
|
|
||||||
2
terminfo/kitty.terminfo
generated
2
terminfo/kitty.terminfo
generated
|
|
@ -26,7 +26,7 @@ xterm-kitty|KovIdTTY,
|
||||||
PE=\E[201~,
|
PE=\E[201~,
|
||||||
PS=\E[200~,
|
PS=\E[200~,
|
||||||
RV=\E[>c,
|
RV=\E[>c,
|
||||||
Se=\E[2\sq,
|
Se=\E[0\sq,
|
||||||
Setulc=\E[58:2:%p1%{65536}%/%d:%p1%{256}%/%{255}%&%d:%p1%{255}%&%d%;m,
|
Setulc=\E[58:2:%p1%{65536}%/%d:%p1%{256}%/%{255}%&%d:%p1%{255}%&%d%;m,
|
||||||
Smulx=\E[4:%p1%dm,
|
Smulx=\E[4:%p1%dm,
|
||||||
Ss=\E[%p1%d\sq,
|
Ss=\E[%p1%d\sq,
|
||||||
|
|
|
||||||
BIN
terminfo/x/xterm-kitty
generated
BIN
terminfo/x/xterm-kitty
generated
Binary file not shown.
Loading…
Reference in a new issue