mirror of
https://github.com/wez/wezterm.git
synced 2024-12-25 14:22:37 +03:00
5e6ce47330
There was a race condition where we could leave the tab active index pointing to the wrong pane. That meant that the tab information computed by the gui layer would see no panes marked as active, and thus would end up with no active tab. This commit fixes that by clamping the active index to the number of panes. refs: https://github.com/wez/wezterm/issues/2304 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |