From 7f92c589163cacb8a0cbd881f83cdfe51d7b8a03 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Sat, 3 May 2014 18:08:12 -0300 Subject: [PATCH] Avoid weird behavior when exiting help pressing keys such as F2. --- htop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/htop.c b/htop.c index 6b56727a..fe7390cf 100644 --- a/htop.c +++ b/htop.c @@ -692,6 +692,7 @@ int main(int argc, char** argv) { { showHelp(pl); FunctionBar_draw(defaultBar, NULL); + recalculate = true; refreshTimeout = 0; break; }