summaryrefslogtreecommitdiffstats
path: root/mbbsd/read.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-20 22:58:30 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-20 22:58:30 +0800
commit457fd9457edb48999f2a238f6f93ea0b2cbe254e (patch)
treecfbf9eaa2314d1d7afff0d104eae8cd21fff7f62 /mbbsd/read.c
parent45fd0b8bbba0062c3b815e5a09b27aec378ee3a1 (diff)
downloadpttbbs-457fd9457edb48999f2a238f6f93ea0b2cbe254e.tar
pttbbs-457fd9457edb48999f2a238f6f93ea0b2cbe254e.tar.gz
pttbbs-457fd9457edb48999f2a238f6f93ea0b2cbe254e.tar.bz2
pttbbs-457fd9457edb48999f2a238f6f93ea0b2cbe254e.tar.lz
pttbbs-457fd9457edb48999f2a238f6f93ea0b2cbe254e.tar.xz
pttbbs-457fd9457edb48999f2a238f6f93ea0b2cbe254e.tar.zst
pttbbs-457fd9457edb48999f2a238f6f93ea0b2cbe254e.zip
- bbs: fixed: push_bottom nofitication not refreshed if abort.
- io: drop traditional getdata code - read: prevent non-BM seeing ZA alert messages - visio: change license to 2-clause BSD because I don't want to maintain compatible code... git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4219 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/read.c')
-rw-r--r--mbbsd/read.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/read.c b/mbbsd/read.c
index 25722c39..0140b1a5 100644
--- a/mbbsd/read.c
+++ b/mbbsd/read.c
@@ -666,7 +666,8 @@ i_read_key(const onekey_t * rcmdlist, keeploc_t * locmem,
switch (ch) {
case Ctrl('Z'):
// notify new usage
- if (currstat != RMAIL)
+ // only BM will need this information.
+ if ((currstat != RMAIL) && (currmode & MODE_BOARD))
{
move(b_lines-2, 0); clrtobot();
outs(ANSI_COLOR(1;33) "置底的功\能鍵已改為 _ (shift-) 或 Ctrl-X。\n"