remove commented out legacy function call

This commit is contained in:
anon 2024-11-18 09:41:50 +01:00
parent bb0035ab3d
commit 840dad3075

View File

@ -239,7 +239,6 @@ void entercurses(void) {
// mouseinit(); /* initialize any mouse interface */
// drawscrollbar(topline, nextline);
keypad(stdscr, TRUE); /* enable the keypad */
// fixkeypad(); /* fix for getch() intermittently returning garbage */
standend(); /* turn off reverse video */
}