feat(algorithm): add even-horizontal #19
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!19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/even-horizontal"
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?
This adds an
even-horizontalalgorithm backed by tmux's nativeeven-horizontallayout and documents it in the README. Since tmux's native layout arranges panes as an equal-width row, the new integration test asserts that behavior directly.The issue text describes equal heights in a column, but tmux's native
even-horizontallayout does the opposite. This keeps the implementation tmux-native and tests the actual layout geometry instead of papering over the naming mismatch.Verified locally with
just ciandjust buildin the.#cishell.Closes #9.