zellij/zellij-server/src
Aram Drevekenin c95d0e769f
feat(plugins): make plugins configurable (#2646)
* work

* make every plugin entry point configurable

* make integration tests pass

* make e2e tests pass

* add test for plugin configuration

* add test snapshot

* add plugin config parsing test

* cleanups

* style(fmt): rustfmt

* style(comment): remove commented code
2023-07-25 10:04:12 +02:00
..
output fix(output): do not hide cursor on a render that does not include visual assets (#2528) 2023-06-12 19:01:29 +02:00
panes Fix colored pane frames in mirrored sessions (#2625) 2023-07-16 14:35:34 +00:00
plugins feat(plugins): make plugins configurable (#2646) 2023-07-25 10:04:12 +02:00
tab Fix colored pane frames in mirrored sessions (#2625) 2023-07-16 14:35:34 +00:00
ui feat(wasm-plugin-system): major overhaul and some goodies (#2510) 2023-06-07 12:43:35 +02:00
unit feat(plugins): make plugins configurable (#2646) 2023-07-25 10:04:12 +02:00
background_jobs.rs feat(plugins): async plugin loading (#2327) 2023-03-27 19:19:34 +02:00
lib.rs fix(logs): suppress debug logs when not debugging (#2532) 2023-06-13 14:55:49 +02:00
logging_pipe.rs feat(plugins): Plugin workers and strider (#2449) 2023-05-16 12:47:18 +02:00
os_input_output.rs fix(rendering): occasional glitches while resizing (#2621) 2023-07-12 20:30:41 +02:00
pty.rs feat(wasm-plugin-system): major overhaul and some goodies (#2510) 2023-06-07 12:43:35 +02:00
pty_writer.rs fix(rendering): occasional glitches while resizing (#2621) 2023-07-12 20:30:41 +02:00
route.rs feat(plugins): more plugin api methods (#2550) 2023-06-17 14:41:49 +02:00
screen.rs feat(plugins): make plugins configurable (#2646) 2023-07-25 10:04:12 +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