mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 08:47:47 +02:00
Update terminfo with CSI REP support
This commit is contained in:
@@ -181,6 +181,8 @@ string_capabilities = {
|
||||
'kind': r'\E[1;2B',
|
||||
# Restore cursor
|
||||
'rc': r'\E8',
|
||||
# Repeat preceding character
|
||||
'rep': r'%p1%c\E[%p2%{1}%-%db',
|
||||
# Reverse video
|
||||
'rev': r'\E[7m',
|
||||
# Scroll backwards the specified number of lines (reverse index)
|
||||
@@ -347,6 +349,7 @@ termcap_aliases.update({
|
||||
'kR': 'kri',
|
||||
'kF': 'kind',
|
||||
'rc': 'rc',
|
||||
'rp': 'rep',
|
||||
'mr': 'rev',
|
||||
'sr': 'ri',
|
||||
'SR': 'rin',
|
||||
|
||||
Reference in New Issue
Block a user