From: Thomas Roessler Date: Wed, 2 Dec 1998 10:05:54 +0000 (+0000) Subject: The attached patch fixes yet another redraw related bug. When I call X-Git-Tag: mutt-0-94-18-rel~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c2131b3b1f06457f26f9e2e6c9f840d789e4e87;p=mutt The attached patch fixes yet another redraw related bug. When I call OP_SAVE from the Compose menu and use the file-browser and 'q' out of the file-browser, the screen still shows the browser, but the control is really in the Compose menu. A Ctrl-L verifies this. Basically, a screen redraw is missing. From Vikas. --- diff --git a/compose.c b/compose.c index 6f90f619..1dc5cffc 100644 --- a/compose.c +++ b/compose.c @@ -936,6 +936,7 @@ int mutt_compose_menu (HEADER *msg, /* structure for new message */ case OP_SAVE: CHECK_COUNT; mutt_save_attachment_list (NULL, menu->tagprefix, menu->tagprefix ? msg->content : idx[menu->current]->content, NULL); + MAYBE_REDRAW (menu->redraw); break; case OP_PRINT: