This commit is contained in:
Kovid Goyal
2017-05-19 15:45:07 +05:30
parent d180601711
commit 1cff4f9d29

View File

@@ -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():