feat(new-pane): target master and side births directly #123
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!123
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/master-column-births"
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
Issues #105, #106, and #107 cover the next easy layout-aware
new-panewins:master-stackshould target the existing stack tail once the stack exists, and the trivial1 -> 2centered-masterandthree-columnbirths should start on the correct side instead of going through the generic append path first.Solution
Closes #105. Closes #106. Closes #107 by routing the in-scope
master-stack,centered-master, andthree-columncases through direct shared-helper births and extendingtests/integration/new_pane_fast_paths.batsto pin both the dispatch semantics and the pre-relayout geometry.