diff options
Diffstat (limited to 'mbbsd/pmore.c')
-rw-r--r-- | mbbsd/pmore.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mbbsd/pmore.c b/mbbsd/pmore.c index 0d79a7f1..ea460ea4 100644 --- a/mbbsd/pmore.c +++ b/mbbsd/pmore.c @@ -2102,9 +2102,11 @@ pmore(char *fpath, int promptend) /* -------------- NEW EXITING KEYS ------------------ */ #ifdef RET_DOREPLY case 'r': case 'R': - case 'Y': case 'y': flExit = 1, retval = RET_DOREPLY; break; + case 'Y': case 'y': + flExit = 1, retval = RET_DOREPLYALL; + break; #endif #ifdef RET_DORECOMMEND // recommend |