Forgot to change test
This commit is contained in:
parent
1cff4f9d29
commit
cd1ba334c1
@ -75,7 +75,7 @@ def screen_set_margins(t, b):
|
|||||||
|
|
||||||
|
|
||||||
def screen_indexn(n):
|
def screen_indexn(n):
|
||||||
write(CSI + '%dS')
|
write(CSI + '%dS' % n)
|
||||||
|
|
||||||
|
|
||||||
def screen_erase_in_display(how, private):
|
def screen_erase_in_display(how, private):
|
||||||
|
|||||||
@ -173,7 +173,7 @@ class TestParser(BaseTest):
|
|||||||
c.clear()
|
c.clear()
|
||||||
pb('\033]2;;;;\x07', ('set_title', ';;;'))
|
pb('\033]2;;;;\x07', ('set_title', ';;;'))
|
||||||
self.ae(c.titlebuf, ';;;')
|
self.ae(c.titlebuf, ';;;')
|
||||||
pb('\033]110\x07', ('set_dynamic_color', ''))
|
pb('\033]110\x07', ('set_dynamic_color', 110, ''))
|
||||||
self.ae(c.colorbuf, '')
|
self.ae(c.colorbuf, '')
|
||||||
|
|
||||||
def test_dcs_codes(self):
|
def test_dcs_codes(self):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user