...
This commit is contained in:
parent
d180601711
commit
1cff4f9d29
@ -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():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user