]> granicus.if.org Git - neomutt/commit
Fix tag-prefix to not abort on $timeout.
authorKevin McCarthy <kevin@8t8.us>
Thu, 1 Jun 2017 22:17:05 +0000 (15:17 -0700)
committerRichard Russon <rich@flatcap.org>
Wed, 7 Jun 2017 21:53:18 +0000 (22:53 +0100)
commit5b3afb5d7a91281d287ded5a1c8d69651c7b4f15
tree124016410a13459771a82e2deef26a8c54a3abe8
parent7a3e21092821b2bc871fcc470bae1a4d3a9ab5c3
Fix tag-prefix to not abort on $timeout.

If $timeout is set very low, then it can cancel the tag-prefix before
the user has time to press the desired command.

Change the code to set the tag flag, and then recontinue with normal
event processing instead.  Cancel on an abort, but continue with a timeout.

Thanks to Lauri Tirkkonen for reporting the issue.
curs_main.c
menu.c