From: Pierre Habouzit Date: Sat, 11 Nov 2006 16:31:43 +0000 (+0100) Subject: ncurse 4.2 hahaha \o/ X-Git-Url: http://git.madism.org/?a=commitdiff_plain;h=58e479307b22481c768214e59616ea71d2858aee;hp=201fd8633cc86ccda413c919ae6e2ae04e89b4a9;p=apps%2Fmadmutt.git ncurse 4.2 hahaha \o/ Signed-off-by: Pierre Habouzit --- 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)