From c6a710b61229106162a71445e750e757a126b69b Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Mon, 23 Sep 2013 20:36:01 +0200 Subject: [PATCH] actions: resizeScreen: remove hack, apprently not needed anymore --- src/actions.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/actions.cpp b/src/actions.cpp index 109112b3..3366bc4b 100644 --- a/src/actions.cpp +++ b/src/actions.cpp @@ -193,13 +193,6 @@ void resizeScreen(bool reload_main_window) { endwin(); refresh(); - // get rid of KEY_RESIZE as it sometimes - // corrupts our new cool ReadKey() function - // because KEY_RESIZE doesn't come from stdin - // and thus select cannot detect it - timeout(10); - getch(); - timeout(-1); } # endif