feat: handle min-size failures in layout-aware new-pane paths #117
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#117
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 with correct layout-aware birth targeting, some states eventually run out of splittable space. The intended target leaf can become too small in the required axis, especially in recursive layouts or small windows. Right now the fallback behavior is not clearly specified.
Blocked by: #101, #102
Proposed solution
Define fallback behavior when the intended target leaf cannot be split in the required axis. Cover at least:
spiraldwindleThe outcome should include both implementation behavior and tests.
Context
The current matrix treats this as a distinct residual class rather than a layout-specific bug. It should be resolved after the normal-path work is clear.
Acceptance notes
Alternatives considered