mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
fb50014ed5
The first problem in #1222 is that the environment in the spawned mux server has inherited the unix socket path from the GUI that is the client, rather than the mux server. That means that `wezterm cli` is operating on the mux namespace of the client (which is a layered/wrapped view of the mux server), rather than the mux server. This fixes `wezterm cli split-pane` in the case where unix domains are in use together with `connect_automatically = true`, although there is still a really weird issue with tabs that needs to be run down. refs: https://github.com/wez/wezterm/issues/1225 (sort of) refs: https://github.com/wez/wezterm/issues/1222 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |