1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 12:23:46 +03:00
wezterm/wezterm-mux-server/src
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
..
daemonize.rs mux: fix initial creation of pid file in mux server 2020-10-29 21:07:49 -07:00
main.rs mux server: redirect stdout,stderr to log file on Windows 2021-12-05 10:11:43 -08:00
ossl.rs mux: factor out server bits to helper crate 2020-12-29 15:25:15 -08:00