Forgot to change test

This commit is contained in:
Kovid Goyal
2017-05-19 15:54:34 +05:30
parent 1cff4f9d29
commit cd1ba334c1
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ def screen_set_margins(t, b):
def screen_indexn(n):
write(CSI + '%dS')
write(CSI + '%dS' % n)
def screen_erase_in_display(how, private):