mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 09:15:57 +02:00
Fix typo in the PS/PE terminfo entries
This commit is contained in:
@@ -289,8 +289,8 @@ string_capabilities = {
|
||||
'u9': r'\E[c',
|
||||
|
||||
# Bracketed paste, added to ncurses 6.4 in 2023
|
||||
'PS': '\E200~',
|
||||
'PE': '\E201~',
|
||||
'PS': '\E[200~',
|
||||
'PE': '\E[201~',
|
||||
'BE': '\E[?2004h',
|
||||
'BD': '\E[?2004l',
|
||||
|
||||
|
||||
@@ -20,8 +20,8 @@ xterm-kitty|KovIdTTY,
|
||||
BE=\E[?2004h,
|
||||
Cr=\E]112\007,
|
||||
Cs=\E]12;%p1%s\007,
|
||||
PE=\E201~,
|
||||
PS=\E200~,
|
||||
PE=\E[201~,
|
||||
PS=\E[200~,
|
||||
Se=\E[2\sq,
|
||||
Setulc=\E[58:2:%p1%{65536}%/%d:%p1%{256}%/%{255}%&%d:%p1%{255}%&%d%;m,
|
||||
Smulx=\E[4:%p1%dm,
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user