summaryrefslogtreecommitdiffstats
path: root/MainPanel.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-04-08 21:25:31 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-04-08 21:25:31 -0300
commitd4256d6300377203d52f96a6b9d9bde0b5da806a (patch)
treea74df96819780af2b36d10fc517118714fec05c7 /MainPanel.c
parentfde34572353de35aa60d7e61148759d4d7a4d0f0 (diff)
Keep following status when no key is pressed.
Diffstat (limited to 'MainPanel.c')
-rw-r--r--MainPanel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/MainPanel.c b/MainPanel.c
index 6276edbf..6f34b9a4 100644
--- a/MainPanel.c
+++ b/MainPanel.c
@@ -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:

© 2014-2024 Faster IT GmbH | imprint | privacy policy