zellij/zellij-server/src
har7an 685e39bd9b
Hotfix: Resize with plugin panes (#2019)
* server/panes/tiled/grid: Fix area calculation

for debug assertions. Now also considers fixed-size panes correctly.

* server/panes/tiled/grid: Refactor function

to make it more readable and remove some implicitly handled "special"
cases.

* server/panes/tiled/grid: Handle plugins panes

like any other pane type and only check whether they are fixed-size
panes, too.

* changelog: Add PR #2019
2022-12-13 09:49:41 +00:00
..
output performance(rendering): improve rendering performance (#1960) 2022-11-21 20:07:24 +01:00
panes Hotfix: Resize with plugin panes (#2019) 2022-12-13 09:49:41 +00:00
plugins refactor(messaging): reduce extraneous cross-thread messaging (#1996) 2022-12-06 22:29:57 +01:00
tab Reimplement resize code (#1990) 2022-12-08 12:50:28 +00:00
ui performance(rendering): improve rendering performance (#1960) 2022-11-21 20:07:24 +01:00
unit Reimplement resize code (#1990) 2022-12-08 12:50:28 +00:00
lib.rs refactor(messaging): reduce extraneous cross-thread messaging (#1996) 2022-12-06 22:29:57 +01:00
logging_pipe.rs refactor(plugins): change the data flow (#1934) 2022-11-15 12:21:36 +01:00
os_input_output.rs fix(router): handle client buffer overflow (#1955) 2022-11-18 10:21:59 +01:00
pty.rs refactor(plugins): fix plugin loading data flow (#1995) 2022-12-06 15:34:43 +01:00
pty_writer.rs refactor(plugins): change the data flow (#1934) 2022-11-15 12:21:36 +01:00
route.rs Reimplement resize code (#1990) 2022-12-08 12:50:28 +00:00
screen.rs Reimplement resize code (#1990) 2022-12-08 12:50:28 +00:00
terminal_bytes.rs Errors: Ignore errors from async when quitting (#1918) 2022-11-12 10:18:15 +00:00
thread_bus.rs refactor(plugins): fix plugin loading data flow (#1995) 2022-12-06 15:34:43 +01:00