Fix typo in the PS/PE terminfo entries

This commit is contained in:
Kovid Goyal
2023-07-04 17:14:10 +05:30
parent 70383af59d
commit 8f292d0390
3 changed files with 4 additions and 4 deletions

View File

@@ -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',

View File

@@ -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.