mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Bandaid breakage due to excessive intimacy with old libcurses..
This commit is contained in:
parent
04b193771d
commit
be04388d9d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50626
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