wezterm
wezterm copied to clipboard
mux: split, close, split again -> wonky sizing
The position problem still exists. (Split a pane, close a pane, split again, this time pane goes to the place of a third pane, as if the second pane was split.)
Originally posted by @CIAvash in https://github.com/wez/wezterm/issues/1752#issuecomment-1088858264
When I'm using top-level
split, I hit similar issue.
The upper left pane is original pane.
I expect bottom pane height is same as upper pane height.
How to reproduce.
wezterm cli split-pane --right
wezterm cli split-pane --top-level --bottom
# close bottom pane
wezterm cli split-pane --top-level --bottom
The wezterm version is 20220905-102802,7d4b8249
.
I hit this issue on macOS and Windows.
Any updates on this?
I can't reproduce either of these scenarios on the very latest nightly build.
Note that I did hit an unrelated deadlock when using wezterm cli split-pane
to test this; that is resolved by 829e5c15cfe34c00ebd36b55dc929ac3b0cc83f1 but didn't trigger if you use key assignments to split.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.