X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-ui%2Fcurs_lib.c;h=2eb74152c84bc06bff32b8d99dfcf2741d8f2e8e;hb=58e479307b22481c768214e59616ea71d2858aee;hp=20fd3da9fc07ac42ec5f9f24b2605f74e7d07eee;hpb=201fd8633cc86ccda413c919ae6e2ae04e89b4a9;p=apps%2Fmadmutt.git diff --git a/lib-ui/curs_lib.c b/lib-ui/curs_lib.c index 20fd3da..2eb7415 100644 --- a/lib-ui/curs_lib.c +++ b/lib-ui/curs_lib.c @@ -90,12 +90,7 @@ event_t mutt_getch (void) SigInt = 0; mutt_allow_interrupt (1); -#ifdef KEY_RESIZE - /* ncurses 4.2 sends this when the screen is resized */ - ch = KEY_RESIZE; - while (ch == KEY_RESIZE) -#endif /* KEY_RESIZE */ - ch = getch (); + ch = getch (); mutt_allow_interrupt (0); if (SigInt)