mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 05:42:03 +03:00
94b78a47c8
The issue is that when we start the proxy mode up, we haven't set up a frontend, and the ssh client wants to kick off a non-essential task via the executor. This commit starts up a null frontend in proxy mode so that that machinery is present. Then, because we don't register any tabs with the mux, we need to adjust the behavior of the null frontend to not terminate when the mux has no tabs. It's a little gross. |
||
---|---|---|
.. | ||
config | ||
font | ||
frontend | ||
mux | ||
server | ||
keyassignment.rs | ||
localtab.rs | ||
main.rs | ||
ratelim.rs | ||
ssh.rs | ||
stats.rs | ||
termwiztermtab.rs |