Merge branch 'terminfo_cursor_reset_style' of https://github.com/kylesower/kitty

This commit is contained in:
Kovid Goyal 2026-04-27 06:28:42 +05:30
commit 18bed3ac89
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
4 changed files with 3 additions and 3 deletions

2
kitty/terminfo.h generated

File diff suppressed because one or more lines are too long

View file

@ -285,7 +285,7 @@ string_capabilities = {
# DECSCUSR Set cursor style
'Ss': r'\E[%p1%d\sq',
# DECSCUSR Reset cursor style to power-on default
'Se': r'\E[2\sq',
'Se': r'\E[0\sq',
# Set cursor color
'Cs': r'\E]12;%p1%s\007',
# Reset cursor color

View file

@ -26,7 +26,7 @@ xterm-kitty|KovIdTTY,
PE=\E[201~,
PS=\E[200~,
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,
Smulx=\E[4:%p1%dm,
Ss=\E[%p1%d\sq,

BIN
terminfo/x/xterm-kitty generated

Binary file not shown.