summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-23 15:07:35 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-23 15:07:35 +0800
commit432105a135d72c756520d12ece397d52091585ba (patch)
treee37bfeb5e891c9681a9101bdb2c53f96466da1f5
parent8e4fc118458e0c32c8f332541cb6e455ba5d8110 (diff)
downloadpttbbs-scw.angel@1825.tar
pttbbs-scw.angel@1825.tar.gz
pttbbs-scw.angel@1825.tar.bz2
pttbbs-scw.angel@1825.tar.lz
pttbbs-scw.angel@1825.tar.xz
pttbbs-scw.angel@1825.tar.zst
pttbbs-scw.angel@1825.zip
cursor fixedscw.angel@1825
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1825 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/read.c b/mbbsd/read.c
index 2ea602cb..59eae987 100644
--- a/mbbsd/read.c
+++ b/mbbsd/read.c
@@ -235,7 +235,7 @@ cursor_pos(keeploc_t * locmem, int val, int from_top)
int top=locmem->top_ln;
if (!last_line)
{
- cursor_show(3 + val - top, 0);
+ cursor_show(3 , 0);
return DONOTHING;
}
if (val > last_line) {