]> granicus.if.org Git - neomutt/commit
Change km_dokey() to return -2 on a timeout/sigwinch.
authorKevin McCarthy <kevin@8t8.us>
Thu, 1 Jun 2017 22:17:01 +0000 (15:17 -0700)
committerKevin McCarthy <kevin@8t8.us>
Thu, 1 Jun 2017 22:17:01 +0000 (15:17 -0700)
commit45e430bd1abc9a90eb2f6f15955c3e34c92cce05
treec3ee62a9b4455745c305a2303a7547e643df53d2
parent05140f65865d839e7f0ce14a9a001be84c4f51bd
Change km_dokey() to return -2 on a timeout/sigwinch.

In some cases, such as tag-prefix or _mutt_enter_string(), it is
desirable to be able to distinguish between a timeout/sigwinch event
and an input error/abort/ctrl-g.
curs_main.c
enter.c
keymap.c
menu.c
pager.c