summaryrefslogtreecommitdiffstats
path: root/mbbsd/screen.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-25 13:39:58 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-25 13:39:58 +0800
commit67ffc7654419486b0874fc25f23545e477be2682 (patch)
treec3ea292b92a2b6e16221c82b98ab292ec2f695ae /mbbsd/screen.c
parent1da6e876431475755e1fb84f4920a0cb19134bdb (diff)
downloadpttbbs-67ffc7654419486b0874fc25f23545e477be2682.tar
pttbbs-67ffc7654419486b0874fc25f23545e477be2682.tar.gz
pttbbs-67ffc7654419486b0874fc25f23545e477be2682.tar.bz2
pttbbs-67ffc7654419486b0874fc25f23545e477be2682.tar.lz
pttbbs-67ffc7654419486b0874fc25f23545e477be2682.tar.xz
pttbbs-67ffc7654419486b0874fc25f23545e477be2682.tar.zst
pttbbs-67ffc7654419486b0874fc25f23545e477be2682.zip
make recommendation system better
- prevent waterball overwrites recommendation - eliminate confirm scroll git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2952 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/screen.c')
-rw-r--r--mbbsd/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/screen.c b/mbbsd/screen.c
index 175921f1..6613085a 100644
--- a/mbbsd/screen.c
+++ b/mbbsd/screen.c
@@ -388,7 +388,7 @@ out_lines(const char *str, int line)
void
outmsg(const char *msg)
{
- move(b_lines, 0);
+ move(b_lines - msg_occupied, 0);
clrtoeol();
outs(msg);
}