Keep following status when no key is pressed.

This commit is contained in:
Hisham Muhammad 2015-04-08 21:25:31 -03:00
parent fde3457235
commit d4256d6300
1 changed files with 2 additions and 0 deletions

View File

@ -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: