summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-01 15:04:39 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-01 15:04:39 +0800
commitad7e4f44a6042c7aef543f3c3a872e613e5cee0d (patch)
treeb8f6680492908f2e28658cf5c796f777a10f1e1d /mbbsd
parent70dfe52e0ce1739dab5daff7308892d828c705c4 (diff)
downloadpttbbs-ad7e4f44a6042c7aef543f3c3a872e613e5cee0d.tar
pttbbs-ad7e4f44a6042c7aef543f3c3a872e613e5cee0d.tar.gz
pttbbs-ad7e4f44a6042c7aef543f3c3a872e613e5cee0d.tar.bz2
pttbbs-ad7e4f44a6042c7aef543f3c3a872e613e5cee0d.tar.lz
pttbbs-ad7e4f44a6042c7aef543f3c3a872e613e5cee0d.tar.xz
pttbbs-ad7e4f44a6042c7aef543f3c3a872e613e5cee0d.tar.zst
pttbbs-ad7e4f44a6042c7aef543f3c3a872e613e5cee0d.zip
- fix display error
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3768 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/bbs.c1
1 files changed, 1 insertions, 0 deletions
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");