From ad7e4f44a6042c7aef543f3c3a872e613e5cee0d Mon Sep 17 00:00:00 2001 From: piaip Date: Tue, 1 Jan 2008 07:04:39 +0000 Subject: - fix display error git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3768 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mbbsd') diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 5958e6c0..3d381abe 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -3004,6 +3004,7 @@ del_post(int ent, fileheader_t * fhdr, char *direct) int rpt_bid; move(b_lines - 2, 0); + clrtobot(); for (i = 0; i < SIZE; i++) prints("%d.%s ", i + 1, badpost_reason[i]); prints("%d.%s", i + 1, "¨ä¥L"); -- cgit v1.2.3