mirror of
https://github.com/wez/wezterm.git
synced 2024-11-30 06:03:39 +03:00
c7ff432581
Relocate the helper function to mux-server-impl and have both the GUI and the mux server call it at the appropriate times. Introduce default_mux_server_domain which is used instead of default_domain in the mux server. This is to avoid recursive cycles when starting up the mux; we don't want the default domain to be a unix client that connects to our selves because we'll try to connect to ourselves, then in act of handling that spawn in the default domain and try to connect to ourselves and repeat. refs: https://github.com/wez/wezterm/issues/3907 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |