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

Hotfix: Resize with plugin panes #2019

Merged
merged 4 commits into from
Dec 13, 2022

Commits on Dec 13, 2022

  1. server/panes/tiled/grid: Fix area calculation

    for debug assertions. Now also considers fixed-size panes correctly.
    har7an committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    a36b282 View commit details
    Browse the repository at this point in the history
  2. server/panes/tiled/grid: Refactor function

    to make it more readable and remove some implicitly handled "special"
    cases.
    har7an committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    0e7bfa2 View commit details
    Browse the repository at this point in the history
  3. server/panes/tiled/grid: Handle plugins panes

    like any other pane type and only check whether they are fixed-size
    panes, too.
    har7an committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    28aa4f8 View commit details
    Browse the repository at this point in the history
  4. changelog: Add PR zellij-org#2019

    har7an committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    7464e73 View commit details
    Browse the repository at this point in the history