This commit is contained in:
Kovid Goyal 2024-04-08 07:39:50 +05:30
parent bf60321466
commit b46d1d8d21
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
4 changed files with 7 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -181,11 +181,14 @@ def encode_keystring(keybytes: bytes) -> str:
'kbs': r'\177',
# Mouse event has occurred
'kmous': r'\E[M',
# These break mouse events in htop so they are disabled
# Turn on mouse reporting
'XM': '\E[?1006;1004;1000%?%p1%{1}%=%th%el%;',
# 'XM': '\E[?1006;1004;1000%?%p1%{1}%=%th%el%;',
# Expected format for mouse reporting escape codes
'xm': r'\E[<%i%p3%d;%p1%d;%p2%d;%?%p4%tM%em%;',
# 'xm': r'\E[<%i%p3%d;%p1%d;%p2%d;%?%p4%tM%em%;',
# Scroll backwards (reverse index)
'kri': r'\E[1;2A',
# scroll forwards (index)
'kind': r'\E[1;2B',

View File

@ -30,7 +30,6 @@ xterm-kitty|KovIdTTY,
Smulx=\E[4:%p1%dm,
Ss=\E[%p1%d\sq,
Sync=\EP=%p1%ds\E\\,
XM=\E[?1006;1004;1000%?%p1%{1}%=%th%el%;,
XR=\E[>0q,
acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,
bel=^G,
@ -268,4 +267,3 @@ xterm-kitty|KovIdTTY,
u8=\E[?%[;0123456789]c,
u9=\E[c,
vpa=\E[%i%p1%dd,
xm=\E[<%i%p3%d;%p1%d;%p2%d;%?%p4%tM%em%;,

BIN
terminfo/x/xterm-kitty generated

Binary file not shown.