mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 09:48:09 +02:00
Fix incorrect replay of screen cursor down
This commit is contained in:
@@ -91,7 +91,7 @@ def screen_cursor_up2(count):
|
||||
|
||||
|
||||
def screen_cursor_down(count):
|
||||
write(CSI + '%dDB' % count)
|
||||
write(CSI + '%dB' % count)
|
||||
|
||||
|
||||
def screen_carriage_return():
|
||||
|
||||
Reference in New Issue
Block a user