Update Se terminfo entry to reset cursor to configured default

This commit is contained in:
Kyle Sower 2026-04-26 17:50:16 -05:00
parent 3e46fa9f81
commit 5a4103ad2a
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.