From 9d32c7b079ab545dbacbb7cd3de64a5f54335485 Mon Sep 17 00:00:00 2001 From: piaip Date: Mon, 25 Jul 2005 05:47:47 +0000 Subject: prevent scroll for all situation! because some people complained about scrolling makes their useless head dizzy. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2953 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 6202ef53..0e47ce79 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -1877,7 +1877,7 @@ recommend(int ent, fileheader_t * fhdr, const char *direct) { // owner recomment first time type = 2; - scroll(); move(b_lines-1, 0); + move(b_lines-1, 0); clrtoeol(); outs("本人推薦第一次, 使用 → 加註方式\n"); } #ifndef DEBUG @@ -1885,7 +1885,7 @@ recommend(int ent, fileheader_t * fhdr, const char *direct) { // too close type = 2; - scroll(); move(b_lines-1, 0); + move(b_lines-1, 0); clrtoeol(); outs("推薦時間太近, 使用 → 加註方式\n"); } #endif -- cgit v1.2.3