zellij/zellij-client/src
Matthias Beyer 6e102c6084
fix(cli): let the exit message be different when detaching (#1573)
* Let the exit message be different when detaching

This patch changes the exit message printed to the user, so the user
does not get the impression that they fat-fingered an "exit" instead of
what was intended (a detach).

For this, the InputHandler::exit() function was refactored, to get the
reason as a parameter. As this function is not pub, this is considered
okay.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>

* Change detach message

This patch changes the detach message to be more in line with the other
messages zellij displays to the user.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-07-12 12:17:24 +02:00
..
unit feat(terminal): sixel support (#1557) 2022-07-08 17:19:42 +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(terminal): sixel support (#1557) 2022-07-08 17:19:42 +02:00
input_handler.rs fix(cli): let the exit message be different when detaching (#1573) 2022-07-12 12:17:24 +02:00
lib.rs feat(terminal): sixel support (#1557) 2022-07-08 17:19:42 +02:00
os_input_output.rs feat(terminal): sixel support (#1557) 2022-07-08 17:19:42 +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 feat(terminal): sixel support (#1557) 2022-07-08 17:19:42 +02:00
stdin_handler.rs feat(terminal): sixel support (#1557) 2022-07-08 17:19:42 +02:00