summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-20 10:27:55 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-20 10:27:55 +0800
commitd6adb27e4e3a8d29d3f69fad30a6e42b3a192955 (patch)
tree37319a090d098c53e267ac63ccaf50db2fe8023b /mbbsd/board.c
parent2d9324e29de2b225a53e90f558606a0579fc7481 (diff)
downloadpttbbs-d6adb27e4e3a8d29d3f69fad30a6e42b3a192955.tar
pttbbs-d6adb27e4e3a8d29d3f69fad30a6e42b3a192955.tar.gz
pttbbs-d6adb27e4e3a8d29d3f69fad30a6e42b3a192955.tar.bz2
pttbbs-d6adb27e4e3a8d29d3f69fad30a6e42b3a192955.tar.lz
pttbbs-d6adb27e4e3a8d29d3f69fad30a6e42b3a192955.tar.xz
pttbbs-d6adb27e4e3a8d29d3f69fad30a6e42b3a192955.tar.zst
pttbbs-d6adb27e4e3a8d29d3f69fad30a6e42b3a192955.zip
- notify BM for new b_config (edit board ctitle).
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4212 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 5c25f87d..3397eaac 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -524,14 +524,19 @@ b_config(void)
outs(ANSI_RESET);
}
- move(b_lines, 0);
if (!isBM)
{
pressanykey();
return FULLUPDATE;
}
- switch(tolower(vans("請輸入要改變的設定, 其它鍵結束: ")))
+ move(b_lines-1, 0);
+#ifdef NOTIFY_NEW_EDIT_BTITLE
+ outs(ANSI_COLOR(1;33)
+ "▲提醒您修改板標已整入看板設定中,輸入 b 即可修改板標。"
+ ANSI_RESET);
+#endif
+ switch(vans("請輸入要改變的設定, 其它鍵結束: "))
{
#ifdef USE_AUTOCPLOG
case 'x':