1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-27 15:37:29 +03:00
wezterm/pty/src
Wez Furlong 3f6ff534d3 windows: fix lingering cmd.exe panes
Since removing the regular periodic background tasks, we're now
prone to not noticing child processes exiting.

This commit explicictly schedules a thread to do that on Windows
so that we can close a tab as soon as it exits.
2021-05-28 15:11:29 -07:00
..
win windows: fix lingering cmd.exe panes 2021-05-28 15:11:29 -07:00
cmdbuilder.rs use -$SHELL rather than $SHELL -l to trigger a login shell 2021-05-01 07:31:35 -07:00
lib.rs windows: fix lingering cmd.exe panes 2021-05-28 15:11:29 -07:00
serial.rs windows: fix lingering cmd.exe panes 2021-05-28 15:11:29 -07:00
ssh.rs windows: fix lingering cmd.exe panes 2021-05-28 15:11:29 -07:00
unix.rs Add Sync marker to child process created through pty spawn (#437) 2021-01-31 10:09:18 -08:00