From bede7393f59b9d71afeef9f139e3e8877f54d10f Mon Sep 17 00:00:00 2001 From: piaip Date: Sat, 15 Dec 2007 18:59:12 +0000 Subject: - 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 --- mbbsd/board.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mbbsd/board.c') 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 : "(無)"); -- cgit v1.2.3