Fix incorrect replay of screen cursor down
This commit is contained in:
parent
a1d4630a25
commit
e9b5963610
@ -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():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user