diff options
Diffstat (limited to 'mbbsd/pmore.c')
-rw-r--r-- | mbbsd/pmore.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mbbsd/pmore.c b/mbbsd/pmore.c index d82c721f..9d82838a 100644 --- a/mbbsd/pmore.c +++ b/mbbsd/pmore.c @@ -2368,6 +2368,12 @@ pmore(char *fpath, int promptend) MFDISP_DIRTY(); break; +#if defined(USE_BBSLUA) && defined(RET_DOBBSLUA) + case 'P': + flExit = 1, retval = RET_DOBBSLUA; + break; +#endif + #ifdef PMORE_USE_ASCII_MOVIE case 'p': /* play ascii movie again |