Fix mvcur typo bug from my previous fix
This commit is contained in:
parent
6f769c973c
commit
445e6edeb6
@ -79,7 +79,7 @@ __mvcur(ly, lx, y, x, in_refresh)
|
||||
destline = y;
|
||||
outcol = lx;
|
||||
outline = ly;
|
||||
if (destline != destcol || outline != outcol)
|
||||
if (destline != outline || destcol != outcol)
|
||||
fgoto(in_refresh);
|
||||
return (OK);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user