From d4256d6300377203d52f96a6b9d9bde0b5da806a Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 8 Apr 2015 21:25:31 -0300 Subject: [PATCH] Keep following status when no key is pressed. --- MainPanel.c | 2 ++ 1 file changed, 2 insertions(+) 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: