From 9cd4b142cf2d4060f9df2dc3b0dc595213927473 Mon Sep 17 00:00:00 2001 From: piaip Date: Mon, 18 Jul 2005 10:24:26 +0000 Subject: verbose message, and disable recommendation scroll git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2935 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 3 +++ mbbsd/mail.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'mbbsd') 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: -- cgit v1.2.3