summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-12 17:09:28 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-12 17:09:28 +0800
commit69aa60480b75e8f5accbc2b9717af81aadd0416f (patch)
tree925d912b56db8b69b581931d6b13aab6b7f14ab9 /mbbsd/board.c
parentce01a30cfa781622a2954942032bf3d129943f7a (diff)
downloadpttbbs-69aa60480b75e8f5accbc2b9717af81aadd0416f.tar
pttbbs-69aa60480b75e8f5accbc2b9717af81aadd0416f.tar.gz
pttbbs-69aa60480b75e8f5accbc2b9717af81aadd0416f.tar.bz2
pttbbs-69aa60480b75e8f5accbc2b9717af81aadd0416f.tar.lz
pttbbs-69aa60480b75e8f5accbc2b9717af81aadd0416f.tar.xz
pttbbs-69aa60480b75e8f5accbc2b9717af81aadd0416f.tar.zst
pttbbs-69aa60480b75e8f5accbc2b9717af81aadd0416f.zip
animated board notes
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2833 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 83470943..2153d9a3 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1207,8 +1207,11 @@ choose_board(int newflag)
set_menu_BM(B_BH(ptr)->BM);
if (now < B_BH(ptr)->bupdate) {
+ int mr = 0;
+
setbfile(buf, B_BH(ptr)->brdname, fn_notes);
- if (more(buf, NA) != -1)
+ mr = more(buf, NA);
+ if (mr != -1 && mr != READ_NEXT)
pressanykey();
}
tmp = currutmp->brc_id;