mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Bandaid breakage due to excessive intimacy with old libcurses..
This commit is contained in:
parent
04b193771d
commit
be04388d9d
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ readch()
|
|||
}
|
||||
else if (ch == CTRL('L')) {
|
||||
wrefresh(curscr);
|
||||
mvcur(0, 0, curscr->cury, curscr->curx);
|
||||
mvcur(0, 0, curscr->_cury, curscr->_curx);
|
||||
}
|
||||
else
|
||||
return ch;
|
||||
|
|
|
|||
Loading…
Reference in a new issue