Merge branch 'test-ksi-fish' of https://github.com/page-down/kitty

This commit is contained in:
Kovid Goyal 2022-03-04 21:22:02 +05:30
commit 9e82397de9
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -202,7 +202,7 @@ def redrawn():
pty.write_to_child('\x04')
pty.wait_till(lambda: pty.screen.cursor.shape == CURSOR_BEAM)
pty.send_cmd_to_child('_set_key vi')
pty.wait_till(lambda: pty.screen.cursor.shape == CURSOR_BLOCK)
pty.wait_till(lambda: pty.screen_contents().count(right_prompt) == 3)
pty.wait_till(lambda: pty.screen.cursor.shape == CURSOR_BEAM)
pty.write_to_child('\x1b')
pty.wait_till(lambda: pty.screen.cursor.shape == CURSOR_BLOCK)