feat(new-pane): birth even layouts at their semantic tails #122
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!122
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/even-layout-tail-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 #103 and #104 are the easy even-layout
new-panecases: both layouts know the semantic tail up front, so explicit managednew-paneshould not go through the generic append path first.Solution
Closes #103. Closes #104 by making
even-horizontalsplit the last pane with-handeven-verticalsplit the last pane directly, then adding direct fast-path tests for the dispatch semantics and the pre-relayout geometry.