]> granicus.if.org Git - mutt/commitdiff
Vikas' pipe-redraw fix.
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 28 Sep 1998 17:40:46 +0000 (17:40 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 28 Sep 1998 17:40:46 +0000 (17:40 +0000)
curs_main.c
pager.c

index 429a285795f6a32cb63c4e389e19f4172ba53879..8b580485833645f73c42f98ed122980a399cde11 100644 (file)
@@ -1568,6 +1568,7 @@ int mutt_index_menu (void)
 
        CHECK_MSGCOUNT;
        mutt_pipe_message (tag ? NULL : CURHDR);
+       MAYBE_REDRAW (menu->redraw);
        break;
 
       case OP_PRINT:
diff --git a/pager.c b/pager.c
index 4236595d59bf1ffc99fa994e41a1f71610781da7..0cdf4068bec98b2cc8c96bfb0eef6d2fdb853377 100644 (file)
--- a/pager.c
+++ b/pager.c
@@ -2119,6 +2119,7 @@ mutt_pager (const char *banner, const char *fname, int do_color, pager_t *extra)
          mutt_pipe_attachment_list (extra->fp, 0, extra->bdy, 0);
        else
          mutt_pipe_message (extra->hdr);
+       MAYBE_REDRAW (redraw);
        break;
 
       case OP_PRINT: