This commit is contained in:
Jan Edmund Lazo
2018-09-20 23:42:23 -04:00
parent 300a7a4cf4
commit 01b2fa53f4
4 changed files with 10 additions and 10 deletions

View File

@@ -2256,7 +2256,7 @@ static int do_more_prompt(int typed_char)
need_wait_return = FALSE; /* don't wait in main() */
}
FALLTHROUGH;
case 'q': /* quit */
case 'q': // quit
case Ctrl_C:
case ESC:
if (confirm_msg_used) {