zellij/zellij-server/src
har7an 04b294aabb
Errors: less unwrap in server (#2069)
* server/pty: Remove last `unwrap`

* server/route: Remove calls to `unwrap`

* server/screen: Remove calls to `unwrap`

* WIP: server/plugins: Remove calls to unwrap

* server/route: Apply rustfmt

* server/plugins: Remove last `unwrap`s

* server/screen: update tabs before rendering

which was previously accidentally changed.

* server/tab: Remove calls to `unwrap`

* server/plugins: Add context to plugin panic reporter

* changelog: Add PR #2069
2023-01-14 05:14:17 +00:00
..
output performance(rendering): improve rendering performance (#1960) 2022-11-21 20:07:24 +01:00
panes fix: wide-char drop on resize to 1 and invalid session names (#2082) 2023-01-13 18:23:21 +01:00
plugins Errors: less unwrap in server (#2069) 2023-01-14 05:14:17 +00:00
tab Errors: less unwrap in server (#2069) 2023-01-14 05:14:17 +00:00
ui fix(panes): show visual error when unable to split panes vertically/horizontally (#2025) 2022-12-14 22:26:48 +01:00
unit Floating panes in layouts (#2047) 2022-12-24 15:48:04 +01:00
background_jobs.rs fix(panes): show visual error when failing to resize panes (#2036) 2022-12-19 12:48:43 +01:00
lib.rs Floating panes in layouts (#2047) 2022-12-24 15:48:04 +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 Errors: less unwrap in server (#2069) 2023-01-14 05:14:17 +00:00
pty_writer.rs refactor(plugins): change the data flow (#1934) 2022-11-15 12:21:36 +01:00
route.rs Errors: less unwrap in server (#2069) 2023-01-14 05:14:17 +00:00
screen.rs Errors: less unwrap in server (#2069) 2023-01-14 05:14:17 +00:00
terminal_bytes.rs Errors: Ignore errors from async when quitting (#1918) 2022-11-12 10:18:15 +00:00
thread_bus.rs fix(panes): show visual error when unable to split panes vertically/horizontally (#2025) 2022-12-14 22:26:48 +01:00