Exit focus and paste modes on err exit

weechat-hashes
C. McEnroe 2020-02-11 21:56:29 -05:00
parent 62472ab183
commit 907d4b4605
1 changed files with 2 additions and 0 deletions

2
ui.c
View File

@ -185,6 +185,8 @@ static void acquireKeys(void) {
}
static void errExit(void) {
putp(ExitFocusMode);
putp(ExitPasteMode);
reset_shell_mode();
}