* 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> |
||
|---|---|---|
| .. | ||
| unit | ||
| command_is_executing.rs | ||
| fake_client.rs | ||
| input_handler.rs | ||
| lib.rs | ||
| os_input_output.rs | ||
| sessions.rs | ||
| stdin_ansi_parser.rs | ||
| stdin_handler.rs | ||