mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 07:24:41 +02:00
...
This commit is contained in:
@@ -91,7 +91,7 @@ def screen_cursor_up2(count):
|
||||
|
||||
|
||||
def screen_cursor_down(count):
|
||||
write(CSI + '%dDB')
|
||||
write(CSI + '%dDB' % count)
|
||||
|
||||
|
||||
def screen_carriage_return():
|
||||
|
||||
Reference in New Issue
Block a user