feat: reduce centered-master parity-transition churn during new-pane #110
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#110
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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
Even after the trivial
centered-masterfirst-side-stack birth is fixed, parity transitions still cause nonlocal role shifts. When the side counts rebalance, one or more panes can cross between left stack, center master base, and right stack.Blocked by: #101, #102, #106
Proposed solution
Investigate and, where possible, reduce visible churn during
centered-masterparity transitions. Scope includes:s = 1, where the left stack appears for the first timeleft_nincreases and the master base shiftsThe goal is not necessarily perfect elimination. It is to reduce avoidable movement and clearly distinguish what remains structurally necessary.
Context
The current matrix classifies these as local role-shift cases rather than simple tail-split cases. The strongest surveyed external analog (
main-centerintmux-tiling-revamped) just recomputes and reapplies the full custom layout body after a split.Acceptance notes
Alternatives considered