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
d4256d63
Commit
d4256d63
authored
Apr 08, 2015
by
Hisham Muhammad
Browse files
Keep following status when no key is pressed.
parent
fde34572
Changes
1
Hide whitespace changes
Inline
Side-by-side
MainPanel.c
View file @
d4256d63
...
...
@@ -99,6 +99,8 @@ static HandlerResult MainPanel_eventHandler(Panel* super, int ch) {
}
else
{
if
(
ch
!=
ERR
)
{
this
->
pidSearch
=
0
;
}
else
{
reaction
|=
HTOP_KEEP_FOLLOWING
;
}
switch
(
ch
)
{
case
KEY_LEFT
:
...
...
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