From 008f29d6b5dd32a4c0f178b4398fdb08ec4ffb5d Mon Sep 17 00:00:00 2001 From: piaip Date: Sun, 20 Apr 2008 04:35:01 +0000 Subject: - drop push_bottom warning in mailbox git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4214 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/read.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'mbbsd/read.c') diff --git a/mbbsd/read.c b/mbbsd/read.c index 542c7fb8..a16d32dd 100644 --- a/mbbsd/read.c +++ b/mbbsd/read.c @@ -666,9 +666,12 @@ i_read_key(const onekey_t * rcmdlist, keeploc_t * locmem, switch (ch) { case Ctrl('Z'): // notify new usage - move(b_lines-2, 0); clrtobot(); - outs(ANSI_COLOR(1;33) "置底的功\能鍵已改為 _ (shift-) 或 Ctrl-X。\n" - "原 Ctrl-Z 現在是快速切換鍵,可在下列區域中切換 (按下對應按鍵即可):" ANSI_RESET); + if (currstat != RMAIL) + { + move(b_lines-2, 0); clrtobot(); + outs(ANSI_COLOR(1;33) "置底的功\能鍵已改為 _ (shift-) 或 Ctrl-X。\n" + "原 Ctrl-Z 現在是快速切換鍵,可在下列區域中切換 (按下對應按鍵即可):" ANSI_RESET); + } mode = FULLUPDATE; if (ZA_Select()) mode = DOQUIT; -- cgit v1.2.3