1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00
wezterm/pty
Wez Furlong 955b37ff64 mux server: redirect stdout,stderr to log file on Windows
This got lost somewhere along the way.

Importantly, we need to explicitly set the pty to use invalid stdio
handles for the spawned child in order to avoid a weird situation
where eg: cmd or powershell would end up writing to the log file
despite it being spawned into its own PTY.

refs: #1358
2021-12-05 10:11:43 -08:00
..
examples pty: update async example for more recent smol release 2020-10-03 11:15:57 -07:00
src mux server: redirect stdout,stderr to log file on Windows 2021-12-05 10:11:43 -08:00
Cargo.toml pty: bump version 2021-11-23 05:22:32 -07:00