Commit 7f92c589 authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

Avoid weird behavior when exiting help pressing keys such as F2.

parent f54a37b4
...@@ -692,6 +692,7 @@ int main(int argc, char** argv) { ...@@ -692,6 +692,7 @@ int main(int argc, char** argv) {
{ {
showHelp(pl); showHelp(pl);
FunctionBar_draw(defaultBar, NULL); FunctionBar_draw(defaultBar, NULL);
recalculate = true;
refreshTimeout = 0; refreshTimeout = 0;
break; break;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment