1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 05:12:40 +03:00
wezterm/wezterm-mux-server-impl
Wez Furlong 9a241509a4 mux: add current identity concept
The mux now has a notion of which client is actively doing things.
This allows, for example, newly spawned windows to take on the
active workspace for a given client.

The gui now assigns a client id on startup, and sets the active
workspace to `default`.

The mux server temporarily overrides the active id to that of
the currently dispatching client when processing PDUs.

refs: https://github.com/wez/wezterm/issues/1531
2022-01-15 06:25:11 -07:00
..
src mux: add current identity concept 2022-01-15 06:25:11 -07:00
Cargo.toml refactor: move split_pane logic from mux server to mux 2022-01-14 22:28:35 -07:00