From 840dad307578b61a0f859489ee68003ee5888136 Mon Sep 17 00:00:00 2001 From: anon Date: Mon, 18 Nov 2024 09:41:50 +0100 Subject: [PATCH] remove commented out legacy function call --- source/display.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/display.c b/source/display.c index 2fc0f60..8fdaa2f 100644 --- a/source/display.c +++ b/source/display.c @@ -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 */ }