From: Thomas Roessler Date: Mon, 25 Jan 1999 14:48:46 +0000 (+0000) Subject: Fix a redraw problem when the key menu is invoked. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8456cd95d09995f8ce16fc92f8e42cb66a9d6b6;p=neomutt Fix a redraw problem when the key menu is invoked. --- diff --git a/pgpkey.c b/pgpkey.c index 62890f97b..f3bfd7c6d 100644 --- a/pgpkey.c +++ b/pgpkey.c @@ -307,6 +307,8 @@ static pgp_key_t *pgp_select_key (struct pgp_vinfo *pgp, mutt_menuDestroy (&menu); safe_free ((void **) &KeyTable); + set_option (OPTNEEDREDRAW); + return (kp); }