feat(algorithm): add even-vertical #17
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!17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/even-vertical"
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-verticalalgorithm backed by tmux's nativeeven-verticallayout and documents it in the README. Since tmux's native layout stacks panes as an equal-height column, the new integration test asserts that behavior directly.I also switched
just testtobats tests/integration/*.bats. Directory mode was fine with a single file, but it wasn't isolating multiple integration files cleanly here, so the repo's normal test surface needed to run the files explicitly once a second integration file landed.Verified locally with
just ciandjust buildin the.#cishell.Closes #8.