feat(algorithm): add master-stack orientation knob #18
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!18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/master-stack-orientation"
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?
Why: Master-stack was hard-coded to left-only placement, which left the other native tmux orientations unavailable.
How: Add a window-scoped
@mosaic-orientationthat maps master-stack onto tmux's nativemain-*layouts, update relayout and state sync to use width or height as needed, and extend integration coverage for all four orientations.Closes #5