mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
...
This commit is contained in:
parent
49f3a4213c
commit
f9fa73cd43
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ class TestParser(BaseTest):
|
|||
pb('\033[H', ('screen_cursor_position', 1, 1))
|
||||
self.ae(s.cursor.x, 0), self.ae(s.cursor.y, 0)
|
||||
pb('\033[4H', ('screen_cursor_position', 4, 1))
|
||||
pb('\033[4;0H', ('screen_cursor_position', 4, 0))
|
||||
pb('\033[3;2H', ('screen_cursor_position', 3, 2))
|
||||
pb('\033[3;2;H', ('screen_cursor_position', 3, 2))
|
||||
pb('\033[00000000003;0000000000000002H', ('screen_cursor_position', 3, 2))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue