* 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> |
||
|---|---|---|
| .. | ||
| input | ||
| channels.rs | ||
| cli.rs | ||
| consts.rs | ||
| data.rs | ||
| envs.rs | ||
| errors.rs | ||
| ipc.rs | ||
| lib.rs | ||
| logging.rs | ||
| pane_size.rs | ||
| position.rs | ||
| setup.rs | ||
| shared.rs | ||