summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-07 01:48:32 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-07 01:48:32 +0800
commit1a90cc0073254ec7b1715583364c7a31cc30411e (patch)
treee914043ce18d69b2c4b88cd6ca6c69bc0aa51f50
parentf8a7f95627c6a4de713bb527c9cc1fd15be5e1c0 (diff)
downloadpttbbs-1a90cc0073254ec7b1715583364c7a31cc30411e.tar
pttbbs-1a90cc0073254ec7b1715583364c7a31cc30411e.tar.gz
pttbbs-1a90cc0073254ec7b1715583364c7a31cc30411e.tar.bz2
pttbbs-1a90cc0073254ec7b1715583364c7a31cc30411e.tar.lz
pttbbs-1a90cc0073254ec7b1715583364c7a31cc30411e.tar.xz
pttbbs-1a90cc0073254ec7b1715583364c7a31cc30411e.tar.zst
pttbbs-1a90cc0073254ec7b1715583364c7a31cc30411e.zip
position update
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2914 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/bbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index baae1cc7..bc5bb455 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -1797,7 +1797,7 @@ recommend(int ent, fileheader_t * fhdr, const char *direct)
ctype_attr[1], ctype_long[1],
ctype_attr[2], ctype_long[2]);
// poor BBS term has problem positioning with ANSI.
- move(b_lines-2, 56);
+ move(b_lines-2, 53);
type = igetch() - '1';
if(type < 0 || type > 2)
type = 0;