mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Update Se terminfo entry to reset cursor to configured default
This commit is contained in:
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 @@ string_capabilities = {
|
|||||||
# 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.
Reference in New Issue
Block a user