summaryrefslogtreecommitdiffstats
path: root/mbbsd/pmore.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-25 09:43:04 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-25 09:43:04 +0800
commitdae04f10111c5bc2636b9938235dced628de0ec7 (patch)
treeb0f52b2d89ad8b804344ae6ee29e259f8b557729 /mbbsd/pmore.c
parent477e0ca1881fe6c7d89e8c45c8bc08178505a78c (diff)
downloadpttbbs-dae04f10111c5bc2636b9938235dced628de0ec7.tar
pttbbs-dae04f10111c5bc2636b9938235dced628de0ec7.tar.gz
pttbbs-dae04f10111c5bc2636b9938235dced628de0ec7.tar.bz2
pttbbs-dae04f10111c5bc2636b9938235dced628de0ec7.tar.lz
pttbbs-dae04f10111c5bc2636b9938235dced628de0ec7.tar.xz
pttbbs-dae04f10111c5bc2636b9938235dced628de0ec7.tar.zst
pttbbs-dae04f10111c5bc2636b9938235dced628de0ec7.zip
- pmore: fix: interactive+topions movies may use option bar attribute
for content. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3738 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/pmore.c')
-rw-r--r--mbbsd/pmore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/pmore.c b/mbbsd/pmore.c
index 87544bf0..9369cc72 100644
--- a/mbbsd/pmore.c
+++ b/mbbsd/pmore.c
@@ -3386,6 +3386,7 @@ mf_movieOptionHandler(unsigned char *opt, unsigned char *end)
} while ( !selected );
// selection is made now.
+ outs(ANSI_RESET); // required because options bar may be not closed
pmore_clrtoeol(b_lines, 0);
#ifdef DEBUG