summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-18 18:24:26 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-18 18:24:26 +0800
commit9cd4b142cf2d4060f9df2dc3b0dc595213927473 (patch)
tree096b8a04d890ea23540e94b7710888450901e26f
parent886d32d83cba8c512f3d603fce6e1593c42b680c (diff)
downloadpttbbs-9cd4b142cf2d4060f9df2dc3b0dc595213927473.tar
pttbbs-9cd4b142cf2d4060f9df2dc3b0dc595213927473.tar.gz
pttbbs-9cd4b142cf2d4060f9df2dc3b0dc595213927473.tar.bz2
pttbbs-9cd4b142cf2d4060f9df2dc3b0dc595213927473.tar.lz
pttbbs-9cd4b142cf2d4060f9df2dc3b0dc595213927473.tar.xz
pttbbs-9cd4b142cf2d4060f9df2dc3b0dc595213927473.tar.zst
pttbbs-9cd4b142cf2d4060f9df2dc3b0dc595213927473.zip
verbose message,
and disable recommendation scroll git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2935 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/bbs.c3
-rw-r--r--mbbsd/mail.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 29a6e14c..5159f921 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -1788,9 +1788,12 @@ recommend(int ent, fileheader_t * fhdr, const char *direct)
}
type = 0;
+
+#if 0
/* scroll down */
move(b_lines-1, 0);
scroll(); scroll(); scroll();
+#endif
/* clear screen */
move(b_lines-3, 0);
diff --git a/mbbsd/mail.c b/mbbsd/mail.c
index c06f12b5..59b1c30b 100644
--- a/mbbsd/mail.c
+++ b/mbbsd/mail.c
@@ -206,7 +206,7 @@ chkmailbox(void)
case MAILBOX_LIM_SUM:
bell();
bell();
- vmsg("信箱容量(大小,非件數) %d 超出上限 %d, 請整理或砍掉單篇過長的信件", mailsum, mailsumlimit);
+ vmsg("信箱容量(大小,非件數) %d 超出上限 %d, 請砍過長的水球記錄或信件", mailsum, mailsumlimit);
return mailsum;
default: