From 07df83b7b074106ae391187feffba570748e990f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 6 Oct 2008 14:31:33 +0200 Subject: disable ncurses raw mode We're better off doing our own signal handling, instead of switching ncurses to raw mode. Anyway, it was commented out and didn't work... --- src/main.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index da9f55389..5f55c490d 100644 --- a/src/main.c +++ b/src/main.c @@ -139,10 +139,6 @@ catch_sigint(mpd_unused int sig) static void catch_sigcont(mpd_unused int sig) { -#ifdef ENABLE_RAW_MODE - reset_prog_mode(); /* restore tty modes */ - refresh(); -#endif screen_resize(mpd); } -- cgit v1.2.3