Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests: Build a test suite for layouts #815

Open
7 tasks
tony opened this issue Sep 11, 2022 · 0 comments
Open
7 tasks

Tests: Build a test suite for layouts #815

tony opened this issue Sep 11, 2022 · 0 comments

Comments

@tony
Copy link
Member

tony commented Sep 11, 2022

We need to build a robust test suite to ensure these render perfectly:

  • Preset layouts
    • even-horizontal
      Panes are spread out evenly from left to right across the window.

    • even-vertical
      Panes are spread evenly from top to bottom.

    • main-horizontal

      A large (main) pane is shown at the top of the window and the remaining panes are spread from left to right in the leftover space at the bottom. Use the main-pane-height window option to specify the height of the top pane.

    • main-vertical

      Similar to main-horizontal but the large pane is placed on the left and the others spread from top to bottom along the right. See the main-pane-width window option.

    • tiled
      Panes are spread out as evenly as possible over the window in both rows and columns.

  • Normal layouts, e.g. bb62,159x48,0,0{79x48,0,0,79x48,80,0}

CC: #800 #793 #667

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant