feat: make three-column birth the first side-column pane on the correct side #107
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#107
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
In the simplest
three-columncase (n = m = 1), the first side-column pane has an obvious semantic side. That pane should be born on the correct side first, with only local size correction afterward.Blocked by: #101, #102
Proposed solution
Implement a layout-aware explicit
new-panepath for thethree-column1 -> 2transition (the defaultm = 1case). The first frame should already place the new pane in the correct side column.Keep later middle/right rebalancing transitions out of scope for this issue.
Context
This is the easy
three-columncase and should be separated from the harder cases where later stack parity changes force panes to cross between middle and right columns. Surveyed external plugins mostly accept full reprojection or explicitmove-panechurn for comparable non-native multi-column layouts.Acceptance notes
1 -> 2should not flash through a wrong-branch birth.Alternatives considered