]> granicus.if.org Git - neomutt/commit
Force hard redraw after $sendmail instead of calling mutt_endwin. (closes #3952)...
authorKevin McCarthy <kevin@8t8.us>
Tue, 13 Jun 2017 01:29:48 +0000 (18:29 -0700)
committerRichard Russon <rich@flatcap.org>
Sat, 24 Jun 2017 16:44:07 +0000 (17:44 +0100)
commitf55b6e0f4bddcbc5a891e43fe921fa3f1e02715f
treec0aeff273a4b677cbe208227e8813dc9500f4a5d
parent84d0a51b382539b8c7ff5fb83d208d55b1b7c247
Force hard redraw after $sendmail instead of calling mutt_endwin. (closes #3952) (see #3948)

Adding a mutt_endwin() seemed like a clean solution to allowing
ncurses pinentry for $sendmail, but it leaves other users watching a
blank screen.  This change is extremely likely to generate a large
number of complaints and bug reports.  So instead, force a hard
refresh afterwards.
sendlib.c