mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-19 21:55:13 +00:00
and again
This commit is contained in:
parent
5d2a276172
commit
97bce7be18
1 changed files with 1 additions and 1 deletions
|
|
@ -92,8 +92,8 @@ def socket_child_main(exit_code=0, initial_print=''):
|
|||
pty.set_window_size(columns=cols + 3)
|
||||
pty.wait_till(lambda: f'Screen size changed: {cols + 3}' in pty.screen_contents())
|
||||
pty.write_to_child('\x03' * 64)
|
||||
wait_for_death(signal.SIGINT, timeout=30)
|
||||
pty.wait_till(lambda: 'KeyboardInterrupt' in pty.screen_contents(), timeout=30)
|
||||
wait_for_death(signal.SIGINT)
|
||||
|
||||
# test passing of data via cwd, env vars and stdin/stdout redirection
|
||||
stdin_r, stdin_w = os.pipe()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue