From 432105a135d72c756520d12ece397d52091585ba Mon Sep 17 00:00:00 2001 From: ptt Date: Fri, 23 Apr 2004 07:07:35 +0000 Subject: cursor fixed git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1825 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3