From 1a90cc0073254ec7b1715583364c7a31cc30411e Mon Sep 17 00:00:00 2001 From: piaip Date: Wed, 6 Jul 2005 17:48:32 +0000 Subject: position update git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2914 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 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; -- cgit v1.2.3