diff --git a/src/window.cpp b/src/window.cpp index 55a21cfe..d31f635a 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -63,8 +63,8 @@ int read_key(FILE *) return 0; } w->goToXY(x, start_y); - w->refresh(); } + w->refresh(); result = w->readKey(); if (!w->FDCallbacksListEmpty()) {