reasons km_dokey seems to eat the signal in some cases. [Not reproducible
in my ncurses environments - Brendan]. Closes: #1907.
move (menu->current - menu->top + menu->offset, COLS - 1);
mutt_refresh ();
- op = km_dokey (MENU_MAIN);
-
- dprint(4, (debugfile, "mutt_index_menu[%d]: Got op %d\n", __LINE__, op));
-
#if defined (USE_SLANG_CURSES) || defined (HAVE_RESIZETERM)
if (SigWinch)
{
}
#endif
+ op = km_dokey (MENU_MAIN);
+
+ dprint(4, (debugfile, "mutt_index_menu[%d]: Got op %d\n", __LINE__, op));
+
if (op == -1)
continue; /* either user abort or timeout */