From: Thomas Roessler Date: Thu, 23 Nov 2000 10:30:33 +0000 (+0000) Subject: Don't endwin() before invoking the display_filter. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09e4317a04072d75982a166b46d3851fd4ba76a7;p=neomutt Don't endwin() before invoking the display_filter. --- diff --git a/commands.c b/commands.c index 2d32bf74f..cdf50da1e 100644 --- a/commands.c +++ b/commands.c @@ -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)