]> granicus.if.org Git - neomutt/commitdiff
Mess around with signal handlers. Allegedly, this helps to get
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 10 Oct 2001 23:19:29 +0000 (23:19 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 10 Oct 2001 23:19:29 +0000 (23:19 +0000)
things working with Solaris 8.  See #455.

main.c

diff --git a/main.c b/main.c
index 5a8b7d2f8a665c7572d81c3b0aff02a9c22cd444..684cded699a8c379ac319185f00ea647908e175e 100644 (file)
--- 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