zellij/zellij-server/src
Aram Drevekenin 1289643f89
feat(plugins): update and render plugins asynchronously (#2410)
* working-ish minus a few race conditions

* relax atomicity

* various refactoringz

* remove commented out code

* clarify some stuffs

* refactor(plugins): move PluginMap and friends to a different file

* refactor(plugins): move zellij_exports and friends to a different file

* style(fmt): rustfmt

* fix(e2e): adjust tests for flakiness async loading
2023-04-28 15:26:39 +02:00
..
output performance(rendering): improve rendering performance (#1960) 2022-11-21 20:07:24 +01:00
panes feat(plugins): reload plugin at runtime (#2372) 2023-04-19 10:09:39 +02:00
plugins feat(plugins): update and render plugins asynchronously (#2410) 2023-04-28 15:26:39 +02:00
tab feat(plugins): reload plugin at runtime (#2372) 2023-04-19 10:09:39 +02:00
ui feat(plugins): reload plugin at runtime (#2372) 2023-04-19 10:09:39 +02:00
unit feat: support default cwd (#2290) 2023-04-18 16:35:51 +02:00
background_jobs.rs feat(plugins): async plugin loading (#2327) 2023-03-27 19:19:34 +02:00
lib.rs feat(plugins): reload plugin at runtime (#2372) 2023-04-19 10:09:39 +02:00
logging_pipe.rs refactor(plugins): change the data flow (#1934) 2022-11-15 12:21:36 +01:00
os_input_output.rs fix(scrollback-editor): properly invoke editor when command includes spaces (#2339) 2023-03-31 16:23:24 +02:00
pty.rs feat: support default cwd (#2290) 2023-04-18 16:35:51 +02:00
pty_writer.rs refactor(plugins): change the data flow (#1934) 2022-11-15 12:21:36 +01:00
route.rs feat(plugins): update and render plugins asynchronously (#2410) 2023-04-28 15:26:39 +02:00
screen.rs feat(plugins): update and render plugins asynchronously (#2410) 2023-04-28 15:26:39 +02:00
terminal_bytes.rs Errors: Ignore errors from async when quitting (#1918) 2022-11-12 10:18:15 +00:00
thread_bus.rs feat(ui): swap layouts and stacked panes (#2167) 2023-02-17 12:05:50 +01:00