]> granicus.if.org Git - neomutt/commitdiff
Don't endwin() before invoking the display_filter.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 23 Nov 2000 10:30:33 +0000 (10:30 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 23 Nov 2000 10:30:33 +0000 (10:30 +0000)
commands.c

index 2d32bf74fc2c29fcf371668f803dcde8faa5100d..cdf50da1e863c916dd30d592ab47855cd5cf7869 100644 (file)
@@ -118,7 +118,7 @@ int mutt_display_message (HEADER *cur)
   {
     fpfilterout = fpout;
     fpout = NULL;
-    endwin ();
+    /* endwin (); */
     filterpid = mutt_create_filter_fd (DisplayFilter, &fpout, NULL, NULL,
                                       -1, fileno(fpfilterout), -1);
     if (filterpid < 0)