From 4e66624eb5274199eeb7f5a951b0ff0af7a8ac1a Mon Sep 17 00:00:00 2001 From: piaip Date: Fri, 5 Aug 2005 10:48:51 +0000 Subject: fix b_config msg max height git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2989 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 2d6b957a..d0d8e91e 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -2663,7 +2663,7 @@ b_config(int ent, const fileheader_t * fhdr, const char *direct) bp = getbcache(currbid); while(!finished) { - move(b_lines - 8, 0); clrtobot(); + move(b_lines - 10, 0); clrtobot(); outs(MSG_SEPERATOR); prints("\n目前 %s 看板設定:\n", bp->brdname); prints(" 中文敘述: %s\n", bp->title); -- cgit v1.2.3