feat(new-pane): add recursive tail births for fibonacci layouts #124
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!124
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/recursive-and-centered-new-pane"
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 #108 and #109 are the first recursive-layout
new-panecases where the next pane can often be born directly in the recursive tail instead of going through the generic append path first.Solution
Closes #108. Closes #109 by adding a shared Fibonacci birth helper in
scripts/helpers.sh, using it fordwindleand the easyspiralleaf-node phases, and extendingtests/integration/new_pane_fast_paths.batsto pin both the helper dispatch and the pre-relayout geometry. The harderspiralnode-leaf phases still fall back to append and remain out of scope here.