Code

use the glib main event loop
[ncmpc.git] / src / screen.c
index beddb95b823c6cc91f617662fcaedfd4cdb9aa2f..479b1de5d351c364a8333dbee5eab803de715474 100644 (file)
@@ -547,8 +547,6 @@ ncurses_init(void)
        curs_set(0);
        /* enable extra keys */
        keypad(stdscr, TRUE);
-       /* return from getch() without blocking */
-       timeout(SCREEN_TIMEOUT);
        /* initialize mouse support */
 #ifdef HAVE_GETMOUSE
        if (options.enable_mouse)