mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-12 02:42:56 +02:00
Forgot to change test
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user