1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-19 18:57:59 +03:00
wezterm/mux
Wez Furlong 61752504dd use iter_panes_ignoring zoom in more places in the mux
`iter_panes` returns the renderable set of panes, but most functions
in the mux want to operate on the full set of panes.

Notably, when closing a tab, we were not killing panes other than
the zoomed pane, which caused wezterm to linger in the background.

refs: https://github.com/wez/wezterm/issues/2548
2022-09-23 16:44:03 -07:00
..
src use iter_panes_ignoring zoom in more places in the mux 2022-09-23 16:44:03 -07:00
Cargo.toml deps: update finl_unicode 2022-09-16 07:47:33 -07:00