1
1
mirror of https://github.com/wez/wezterm.git synced 2024-10-26 23:58:28 +03:00
wezterm/mux
Wez Furlong adbe545d44 fix window vanishing when a tab is closed
We weren't fixing up the active tab position correctly after removing
a tab.  I think this bug crept in around the ActivateLastTab changes.

We now try harder to set active idx back to the tab that was active
prior to the remove, and ensure that we set the active index to
something within range if it was the active tab that was removed.

Refs: https://github.com/wez/wezterm/issues/690
2021-04-13 08:18:52 -07:00
..
src fix window vanishing when a tab is closed 2021-04-13 08:18:52 -07:00
Cargo.toml wezterm-client: cut over to new wezterm-ssh bits 2021-03-28 07:18:38 -07:00