]> granicus.if.org Git - neomutt/commit
Add hard redraw for the gpgme application/pgp handler.
authorKevin McCarthy <kevin@8t8.us>
Wed, 2 Mar 2016 23:08:49 +0000 (15:08 -0800)
committerKevin McCarthy <kevin@8t8.us>
Wed, 2 Mar 2016 23:08:49 +0000 (15:08 -0800)
commit8f354fc0d5924441b21359a0059de23fdc134ad1
tree09ec447ee546cf9d9dbe7a6341d8cb6a91971002
parentc6092e1ca8dc45126f94977284d846ce08abc5b5
Add hard redraw for the gpgme application/pgp handler.

Will Yardley reported display artifacts and keyboard issues after
decrypting a traditional pgp message using gpgme.  It turns out the
gpgpme code path was missing a hard_redraw() to repaint the screen
after pinentry.
crypt-gpgme.c