1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 21:32:13 +03:00
wezterm/mux
Wez Furlong 1704af88ba refactor: move logic -> Mux::spawn_tab_or_window
Tidies up some code duplication within the mux protocol handler.
Move some of the logic into Mux, remove legacy Spawn Pdu to reduce
more duplication.

I want to dedup some of the similar logic that exists in the gui
spawn implementation as well in a follow up.
2022-01-14 22:28:35 -07:00
..
src refactor: move logic -> Mux::spawn_tab_or_window 2022-01-14 22:28:35 -07:00
Cargo.toml mux: track list of clients 2022-01-11 22:43:26 -07:00