mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Merge branch 'terminfo_cursor_reset_style' of https://github.com/kylesower/kitty
This commit is contained in:
commit
18bed3ac89
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 @@ 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
|
||||
|
|
|
|||
2
terminfo/kitty.terminfo
generated
2
terminfo/kitty.terminfo
generated
|
|
@ -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
BIN
terminfo/x/xterm-kitty
generated
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue