1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 14:25:57 +03:00
wezterm/wezterm-client
Bogdan-Cristian Tătăroiu be20f8bc9e Fix inconsistent spawn behaviour when using default_mux_server_domain.
When using an exec domain as a default_mux_server_domain, you currently
witness the following behavior:
- Newly started mux-servers create a pane in the exec domain.
- Splitting an existing pane will create the new pane in the exec
  domain.
- Calling [wezterm cli spawn] will create a new tab or window in the
  exec domain.
- Creating a new tab from the Gui does *not* run in the exec domain.

This appears to be due to the fact that ClientDomain hardcodes an
assumption that the default domain_id of the remote mux-server is 0.

Instead of having ClientDomain issue a SpawnV2 RPC explicitly asking for
domain_id 0, simply use DefaultDomain.
2024-02-11 08:35:33 -07:00
..
src Fix inconsistent spawn behaviour when using default_mux_server_domain. 2024-02-11 08:35:33 -07:00
Cargo.toml remove openssl pinning, cargo update 2023-09-04 13:31:03 -07:00