Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
7f92c589
Commit
7f92c589
authored
May 03, 2014
by
Hisham Muhammad
Browse files
Avoid weird behavior when exiting help pressing keys such as F2.
parent
f54a37b4
Changes
1
Show whitespace changes
Inline
Side-by-side
htop.c
View file @
7f92c589
...
@@ -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
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment