mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-09 15:08:13 +02:00
Add repeat character to client.py
This commit is contained in:
@@ -120,6 +120,10 @@ def screen_report_colors() -> None:
|
||||
write(CSI + '#R')
|
||||
|
||||
|
||||
def screen_repeat_character(num: int) -> None:
|
||||
write(CSI + '%db' % num)
|
||||
|
||||
|
||||
def screen_insert_characters(count: int) -> None:
|
||||
write(CSI + '%d@' % count)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user