Update terminfo with CSI REP support
This commit is contained in:
parent
9fe631ee3f
commit
390e883ecf
@ -181,6 +181,8 @@ string_capabilities = {
|
|||||||
'kind': r'\E[1;2B',
|
'kind': r'\E[1;2B',
|
||||||
# Restore cursor
|
# Restore cursor
|
||||||
'rc': r'\E8',
|
'rc': r'\E8',
|
||||||
|
# Repeat preceding character
|
||||||
|
'rep': r'%p1%c\E[%p2%{1}%-%db',
|
||||||
# Reverse video
|
# Reverse video
|
||||||
'rev': r'\E[7m',
|
'rev': r'\E[7m',
|
||||||
# Scroll backwards the specified number of lines (reverse index)
|
# Scroll backwards the specified number of lines (reverse index)
|
||||||
@ -347,6 +349,7 @@ termcap_aliases.update({
|
|||||||
'kR': 'kri',
|
'kR': 'kri',
|
||||||
'kF': 'kind',
|
'kF': 'kind',
|
||||||
'rc': 'rc',
|
'rc': 'rc',
|
||||||
|
'rp': 'rep',
|
||||||
'mr': 'rev',
|
'mr': 'rev',
|
||||||
'sr': 'ri',
|
'sr': 'ri',
|
||||||
'SR': 'rin',
|
'SR': 'rin',
|
||||||
|
|||||||
@ -204,6 +204,7 @@ xterm-kitty|KovIdTTY,
|
|||||||
oc=\E]104\007,
|
oc=\E]104\007,
|
||||||
op=\E[39;49m,
|
op=\E[39;49m,
|
||||||
rc=\E8,
|
rc=\E8,
|
||||||
|
rep=%p1%c\E[%p2%{1}%-%db,
|
||||||
rev=\E[7m,
|
rev=\E[7m,
|
||||||
ri=\EM,
|
ri=\EM,
|
||||||
rin=\E[%p1%dT,
|
rin=\E[%p1%dT,
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user