Commit d4256d63 authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

Keep following status when no key is pressed.

parent fde34572
...@@ -99,6 +99,8 @@ static HandlerResult MainPanel_eventHandler(Panel* super, int ch) { ...@@ -99,6 +99,8 @@ static HandlerResult MainPanel_eventHandler(Panel* super, int ch) {
} else { } else {
if (ch != ERR) { if (ch != ERR) {
this->pidSearch = 0; this->pidSearch = 0;
} else {
reaction |= HTOP_KEEP_FOLLOWING;
} }
switch (ch) { switch (ch) {
case KEY_LEFT: case KEY_LEFT:
......
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