From 8c5c2ccd2f41514a977e746f33290f594b913077 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Thu, 23 Nov 2000 10:30:33 +0000 Subject: [PATCH] Don't endwin() before invoking the display_filter. --- commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.c b/commands.c index 2d32bf74..cdf50da1 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) -- 2.40.0