1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-27 15:37:29 +03:00
wezterm/pty/src
Wez Furlong 4d4f780f8b pty: unix: return an error if the executable doesn't exist
Without this check, something, presumably in the guts of rust itself,
generates `fatal runtime error: assertion failed:
output.write(&bytes).is_ok()` on the output stream of the spawned child
when attempting to spawn `wsl.exe` on linux.

refs: #1005
2021-08-08 15:21:41 -07:00
..
win windows: fix lingering cmd.exe panes 2021-05-28 15:11:29 -07:00
cmdbuilder.rs pty: unix: return an error if the executable doesn't exist 2021-08-08 15:21:41 -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