summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: