diff options
| author | Xin LI <delphij@FreeBSD.org> | 2021-07-18 05:00:54 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2021-07-18 05:00:54 +0000 |
| commit | 1f8b3bb911e37330e00dab1b1e6cba65c573e63c (patch) | |
| tree | 76bc208c60410d67a73ad419308e89b2f17e33df /command.c | |
| parent | bb457ab744207cc137364e84eb5e56632cdcdc98 (diff) | |
Diffstat (limited to 'command.c')
| -rw-r--r-- | command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/command.c b/command.c index cf691a7988b3..88a2f8b34a7d 100644 --- a/command.c +++ b/command.c @@ -791,6 +791,7 @@ prompt(VOID_PARAM) entire_file_displayed() && !(ch_getflags() & CH_HELPFILE) && next_ifile(curr_ifile) == NULL_IFILE) quit(QUIT_OK); + quit_if_one_screen = FALSE; /* only get one chance at this */ #if MSDOS_COMPILER==WIN32C /* |
