From 7e5b023d2a39384a6d2f604188f30a46c0ed4e41 Mon Sep 17 00:00:00 2001 From: unK Date: Sat, 6 Sep 2008 13:25:31 +0200 Subject: [PATCH] don't delay window resizing --- src/ncmpcpp.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/ncmpcpp.cpp b/src/ncmpcpp.cpp index 92081751..76a98837 100644 --- a/src/ncmpcpp.cpp +++ b/src/ncmpcpp.cpp @@ -695,19 +695,8 @@ int main(int argc, char *argv[]) } else if (input == KEY_RESIZE) { - int in; - redraw_me = 1; - while (1) - { - wCurrent->ReadKey(in); - if (in == KEY_RESIZE) - continue; - else - break; - } - if (COLS < 20 || LINES < 5) { endwin();