zellij/zellij-server/src
har7an 5eb2d055ff
cleanups around "buffer full" error (#2136)
* server/os_i_o: Add fixme to IPC queue

between server and client, explaining why the queue has its current
length.

* utils/ipc: Don't advertise terminal emulators

and use a more generic phrasing instead. zellij as application isn't the
place to recommend specific terminals to use it with.

* style(comment): redraw-on-backpressure comment

---------

Co-authored-by: Aram Drevekenin <aram@poor.dev>
2023-02-09 19:40:23 +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 chore(development): use singlepass in debug mode (#2134) 2023-02-07 17:55:37 +01:00
tab feat: add ScrollToTop action (#2110) 2023-01-24 21:51:11 +09:00
ui fix(panes): show visual error when unable to split panes vertically/horizontally (#2025) 2022-12-14 22:26:48 +01:00
unit feat(cli): add GoToTabName action to switch tab by name (#2120) 2023-02-07 15:45:59 +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 chore(development): use singlepass in debug mode (#2134) 2023-02-07 17:55:37 +01:00
logging_pipe.rs refactor(plugins): change the data flow (#1934) 2022-11-15 12:21:36 +01:00
os_input_output.rs cleanups around "buffer full" error (#2136) 2023-02-09 19:40:23 +00: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 feat(cli): add GoToTabName action to switch tab by name (#2120) 2023-02-07 15:45:59 +01:00
screen.rs feat(cli): add GoToTabName action to switch tab by name (#2120) 2023-02-07 15:45:59 +01: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