diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/pmore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/pmore.c b/mbbsd/pmore.c index eece3e39..60bd29f8 100644 --- a/mbbsd/pmore.c +++ b/mbbsd/pmore.c @@ -1437,7 +1437,7 @@ pmore(char *fpath, int promptend) w -= strlen(s); outs(s); while(w-- > 0) outc(' '); outs(ANSI_RESET); w = tolower(igetch()); - if(w != 'n') + if(w != 'n' && w != KEY_UP && w != KEY_LEFT) { moviemode = MFDISP_MOVIE_PLAYING; mf_determinemaxdisps(0, 0); // display until last line |