diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-23 15:07:35 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-23 15:07:35 +0800 |
commit | 432105a135d72c756520d12ece397d52091585ba (patch) | |
tree | e37bfeb5e891c9681a9101bdb2c53f96466da1f5 /mbbsd | |
parent | 8e4fc118458e0c32c8f332541cb6e455ba5d8110 (diff) | |
download | pttbbs-432105a135d72c756520d12ece397d52091585ba.tar pttbbs-432105a135d72c756520d12ece397d52091585ba.tar.gz pttbbs-432105a135d72c756520d12ece397d52091585ba.tar.bz2 pttbbs-432105a135d72c756520d12ece397d52091585ba.tar.lz pttbbs-432105a135d72c756520d12ece397d52091585ba.tar.xz pttbbs-432105a135d72c756520d12ece397d52091585ba.tar.zst pttbbs-432105a135d72c756520d12ece397d52091585ba.zip |
cursor fixedscw.angel@1825
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1825 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/read.c | 2 |
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) { |