···775775#if defined (USE_SLANG_CURSES) || defined (HAVE_RESIZETERM)
776776 if (SigWinch)
777777 {
778778+ SigWinch = 0;
778779 mutt_flushinp ();
779780 mutt_resize_screen ();
780780- SigWinch = 0;
781781 menu->top = 0; /* so we scroll the right amount */
782782 /*
783783 * force a real complete redraw. clrtobot() doesn't seem to be able
+1-1
menu.c
···10751075#if defined (USE_SLANG_CURSES) || defined (HAVE_RESIZETERM)
10761076 if (SigWinch)
10771077 {
10781078- mutt_resize_screen ();
10791078 SigWinch = 0;
10791079+ mutt_resize_screen ();
10801080 clearok(stdscr,TRUE);/*force complete redraw*/
10811081 }
10821082#endif