remove commented out legacy function call
This commit is contained in:
parent
bb0035ab3d
commit
840dad3075
@ -239,7 +239,6 @@ void entercurses(void) {
|
|||||||
// mouseinit(); /* initialize any mouse interface */
|
// mouseinit(); /* initialize any mouse interface */
|
||||||
// drawscrollbar(topline, nextline);
|
// drawscrollbar(topline, nextline);
|
||||||
keypad(stdscr, TRUE); /* enable the keypad */
|
keypad(stdscr, TRUE); /* enable the keypad */
|
||||||
// fixkeypad(); /* fix for getch() intermittently returning garbage */
|
|
||||||
standend(); /* turn off reverse video */
|
standend(); /* turn off reverse video */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user