zellij/zellij-server/src
Aram Drevekenin 53215e6228
fix(plugins): make sure to always render on first resize (#3693)
* fix(plugins): make sure to always render on first resize

* style(fmt): rustfmt

* fix tests
2024-10-24 08:46:16 +02:00
..
output fix(terminal): improve reflow performance and general memory usage by reducing size of TerminalCharacter (#3043) 2024-01-22 15:28:57 +01:00
panes fix(plugins): rebind insert (#3692) 2024-10-23 17:34:41 +02:00
plugins fix(plugins): make sure to always render on first resize (#3693) 2024-10-24 08:46:16 +02:00
tab fix(plugins): various plugin api and other fixes (#3665) 2024-10-11 18:04:18 +02:00
ui fix(ui): set background color for UI components according to theme (#3658) 2024-10-10 14:27:09 +02:00
unit feat(cli): make --layout idempotent(-ish) (#3650) 2024-10-08 16:57:54 +02:00
background_jobs.rs fix(http): web requests (#3643) 2024-10-04 18:09:06 +02:00
lib.rs feat(plugins): rebind keys api (#3680) 2024-10-15 17:27:44 +02:00
logging_pipe.rs dependencies: switch from Wasmer to Wasmtime (#3349) 2024-06-28 16:47:43 +02:00
os_input_output.rs feat(plugins): allow opening command panes in the background (hidden) (#3530) 2024-07-29 11:40:01 +02:00
pty.rs feat(plugins): add API to list clients, their focused panes and running commands/plugins (#3687) 2024-10-22 15:27:40 +02:00
pty_writer.rs fix(rendering): occasional glitches while resizing (#2621) 2023-07-12 20:30:41 +02:00
route.rs fix(client): repeat retry screen instruction (#3570) 2024-10-16 09:00:41 +02:00
screen.rs feat(plugins): add API to list clients, their focused panes and running commands/plugins (#3687) 2024-10-22 15:27:40 +02:00
session_layout_metadata.rs feat(plugins): add API to list clients, their focused panes and running commands/plugins (#3687) 2024-10-22 15:27:40 +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