zellij/zellij-server/src
Tw ac7bcf1169
fix(server): fix leakage of SessionMetaData (#728)
There are different reasons leading the server thread exits,
currently we only release the cached session data when client
exits normally. This fix covers all the cases.

Signed-off-by: Tw <tw19881113@gmail.com>
2021-09-19 00:06:15 +05:30
..
panes Fix prompt line overflowing when resizing panes (#725) 2021-09-15 15:44:36 +02:00
ui fix(frames): don't pad empty pane title (#724) 2021-09-15 10:48:16 +02:00
unit feat(cwd-pane): Keeping the cwd when opening new panes (#691) 2021-09-10 17:35:06 +02:00
lib.rs fix(server): fix leakage of SessionMetaData (#728) 2021-09-19 00:06:15 +05:30
logging_pipe.rs style(clippy): various fixes (#704) 2021-09-09 10:24:03 +02:00
os_input_output.rs feat(cwd-pane): Keeping the cwd when opening new panes (#691) 2021-09-10 17:35:06 +02:00
pty.rs feat(screen): support specifying tab's name in layout (#715) 2021-09-13 11:56:33 +02:00
route.rs Merge branch 'tab-layout' of https://github.com/a-kenji/zellij into a-kenji-tab-layout 2021-08-24 10:58:36 +02:00
screen.rs fix(tabs): force render by index rather than by position (#684) 2021-09-01 16:43:42 +02:00
tab.rs fix(cwd-pane): Fix for cwd not being inherited when switching tabs (#729) 2021-09-17 09:06:47 +02:00
thread_bus.rs chore(tests): move all integration tests to be either unit or e2e tests - remove old testing infra (#589) 2021-06-30 11:27:35 +02:00
wasm_vm.rs feat(plugin): add exec_cmd helper for executing command in host 2021-09-09 11:45:03 +01:00