summaryrefslogtreecommitdiffstats
path: root/mbbsd/pmore.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/pmore.c')
-rw-r--r--mbbsd/pmore.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/pmore.c b/mbbsd/pmore.c
index 7640d2e8..e95ad341 100644
--- a/mbbsd/pmore.c
+++ b/mbbsd/pmore.c
@@ -1055,7 +1055,8 @@ mf_display()
#if defined(PMORE_USE_ASCII_MOVIE) && !defined(PMORE_USING_POOR_TERM)
// For movies, maybe clear() is better.
// Let's enable for good terminals (which does not need workarounds)
- if (mfmovie.mode == MFDISP_MOVIE_PLAYING)
+ if (mfmovie.mode == MFDISP_MOVIE_PLAYING ||
+ mfmovie.mode == MFDISP_MOVIE_PLAYING_OLD)
{
clear(); move(0, 0);
} else