summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-16 02:59:12 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-16 02:59:12 +0800
commitbede7393f59b9d71afeef9f139e3e8877f54d10f (patch)
tree34417ecf6a7ddf38db64171f1bc3d4014736b4ce /mbbsd/board.c
parent7b0a4e6fca7e47c4c25ff961b21f54dac5defd79 (diff)
downloadpttbbs-bede7393f59b9d71afeef9f139e3e8877f54d10f.tar
pttbbs-bede7393f59b9d71afeef9f139e3e8877f54d10f.tar.gz
pttbbs-bede7393f59b9d71afeef9f139e3e8877f54d10f.tar.bz2
pttbbs-bede7393f59b9d71afeef9f139e3e8877f54d10f.tar.lz
pttbbs-bede7393f59b9d71afeef9f139e3e8877f54d10f.tar.xz
pttbbs-bede7393f59b9d71afeef9f139e3e8877f54d10f.tar.zst
pttbbs-bede7393f59b9d71afeef9f139e3e8877f54d10f.zip
- general message fix
- screen: force dirty of ANSI escapes - bbs: isolate the process of making 'modification' to .DIR with recommends and edit_post. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3685 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 3f4e4810..b6278432 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -207,6 +207,7 @@ b_config(void)
while(!finished) {
move(ytitle +2, 0);
+ clrtobot();
prints(" 中文敘述: %s\n", bp->title);
prints(" 板主名單: %s\n", (bp->BM[0] > ' ')? bp->BM : "(無)");