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-Tag: mutt-1-3-23-1-rel~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2bb00cfde73de804541710c7b5a86f4908793710;p=mutt 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 5a8b7d2f..684cded6 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