From: Thomas Roessler Date: Wed, 10 Oct 2001 23:19:29 +0000 (+0000) Subject: Mess around with signal handlers. Allegedly, this helps to get X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4526f3cd9f55a4cc479fef2067b24f5fefe4d76c;p=neomutt Mess around with signal handlers. Allegedly, this helps to get things working with Solaris 8. See #455. --- diff --git a/main.c b/main.c index 5a8b7d2f8..684cded69 100644 --- a/main.c +++ b/main.c @@ -415,7 +415,7 @@ static void start_curses (void) puts _("Error initializing terminal."); exit (1); } -#ifdef USE_SLANG_CURSES +#if 1 /* USE_SLANG_CURSES - commenting out suggested in #455. */ /* slang requires the signal handlers to be set after initializing */ mutt_signal_init (); #endif