zellij/zellij-client/src
raphCode 5d9c428294
fix: exit client on empty rcv (#1535)
* Exit client on empty ipc receive

This resolves a hang when the server goes away unnoticed (e.g. when it
is killed). In some cases, this delayed system shutdown because the
client did not react to systemd's SIGTERM.

* Add newline after error report to tidy up shell prompt

* Update changelog
2022-06-21 20:40:26 +02:00
..
unit feat: add capability to dispatch actions from cli (#1265) 2022-06-15 11:20:06 +02:00
command_is_executing.rs Big refactor: separate crates for client, server and utilities 2021-05-16 21:41:56 +05:30
fake_client.rs feat: add capability to dispatch actions from cli (#1265) 2022-06-15 11:20:06 +02:00
input_handler.rs add: debug information for certain actions (#1533) 2022-06-20 20:25:29 +02:00
lib.rs fix: exit client on empty rcv (#1535) 2022-06-21 20:40:26 +02:00
os_input_output.rs add(style): add trailing comma in match blocks (#1483) 2022-06-10 20:03:13 +02:00
sessions.rs feat: add capability to dispatch actions from cli (#1265) 2022-06-15 11:20:06 +02:00
stdin_ansi_parser.rs fix(clippy): clippy fixes (#1508) 2022-06-15 14:03:11 +02:00
stdin_handler.rs fix(mouse): selection sometimes getting stuck (#1418) 2022-06-06 12:06:48 +02:00