mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix mvcur typo bug from my previous fix
This commit is contained in:
parent
b7e9accbaa
commit
8354392e6b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue