feat(new-pane): reduce column parity-transition churn #125
No reviewers
Labels
No labels
breaking-change
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
skip-release-notes
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/tmux-mosaic!125
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/column-parity-transitions-updated"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
centered-masterandthree-columnstill routed defaultnew-paneparity transitions through the generic append path, which added extra pre-relayout churn in the2->3,4->5, and3->4cases from #110 and #111.Solution
Split the semantic tail directly for the default
nmaster=1parity transitions in both layouts, keep the append fallback for non-defaultnmaster, and add fast-path plus acceptance coverage for the remaining role shifts. Closes #110 and #111.