-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests / fix: Fix v1.13.1 pane spacing issue (#809)
This may negate the fix from #737 (for #667 and #704) that helped certain layouts. If a client hasn't yet been attached, 80x24 isn't enough to handle workspace building splitting the panes out.
- Loading branch information
Showing
4 changed files
with
147 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
tests/fixtures/regressions/issue_800_default_size_many_windows.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
session_name: many-windows-issue | ||
windows: | ||
- window_name: moo | ||
layout: main-horizontal | ||
panes: | ||
- echo hello | ||
- echo hello | ||
- echo hello | ||
- echo hello | ||
- echo hello | ||
- echo hello | ||
- echo hello |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters