Bandaid breakage due to excessive intimacy with old libcurses..

This commit is contained in:
Peter Wemm 1999-08-30 08:02:34 +00:00
parent 04b193771d
commit be04388d9d

View File

@ -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;