1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 13:52:55 +03:00
wezterm/mux
Wez Furlong 9e9e76bf0a mux: Pane::reader now returns Result<Option<Read>>
The mux client just returns a dummy reader, and some overlays
have panicking stubs: just allow for them to return None
instead of potentially spawning a useless thread.
2021-12-19 06:30:39 -07:00
..
src mux: Pane::reader now returns Result<Option<Read>> 2021-12-19 06:30:39 -07:00
Cargo.toml mux: understand process tree, add mux-is-process-stateful event 2021-12-18 09:46:00 -07:00