]> granicus.if.org Git - neomutt/commit
Change km_dokey() to pass SigWinch on for the MENU_EDITOR. (see #3877)
authorKevin McCarthy <kevin@8t8.us>
Wed, 5 Apr 2017 23:09:33 +0000 (16:09 -0700)
committerRichard Russon <rich@flatcap.org>
Sun, 9 Apr 2017 17:43:55 +0000 (18:43 +0100)
commit018c382a2cec5ed53962375cdb769ad244ee5cee
tree3022ed92f22e72564993fbde3bc3409178f5ba8d
parent42781f99d55aa3db39c8c2051a8d89b9a55c7685
Change km_dokey() to pass SigWinch on for the MENU_EDITOR. (see #3877)

Change _mutt_enter_string() to pass the SigWinch through for
_mutt_get_field() or mutt_enter_string() to handle.

Add a call to mutt_current_menu() in _mutt_get_field() to properly
redisplay the screen in that case.
curs_lib.c
enter.c
keymap.c
menu.c
mutt_menu.h