mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +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',
|
'u9': r'\E[c',
|
||||||
|
|
||||||
# Bracketed paste, added to ncurses 6.4 in 2023
|
# Bracketed paste, added to ncurses 6.4 in 2023
|
||||||
'PS': '\E200~',
|
'PS': '\E[200~',
|
||||||
'PE': '\E201~',
|
'PE': '\E[201~',
|
||||||
'BE': '\E[?2004h',
|
'BE': '\E[?2004h',
|
||||||
'BD': '\E[?2004l',
|
'BD': '\E[?2004l',
|
||||||
|
|
||||||
|
|||||||
@@ -20,8 +20,8 @@ xterm-kitty|KovIdTTY,
|
|||||||
BE=\E[?2004h,
|
BE=\E[?2004h,
|
||||||
Cr=\E]112\007,
|
Cr=\E]112\007,
|
||||||
Cs=\E]12;%p1%s\007,
|
Cs=\E]12;%p1%s\007,
|
||||||
PE=\E201~,
|
PE=\E[201~,
|
||||||
PS=\E200~,
|
PS=\E[200~,
|
||||||
Se=\E[2\sq,
|
Se=\E[2\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,
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user