]> granicus.if.org Git - mutt/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)
committerKevin McCarthy <kevin@8t8.us>
Thu, 1 Jun 2017 22:17:05 +0000 (15:17 -0700)
commit35ae06c18b416c207320c44cc5b8b6cb390792f1
treeb9e405cf7f0a4fcbc3a7d45f798fa3a52ec2002b
parent054164bf31c1c304684e6a9595823612b2c903bf
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