diff --git a/htop.c b/htop.c index b3438097..6b56727a 100644 --- a/htop.c +++ b/htop.c @@ -623,6 +623,9 @@ int main(int argc, char** argv) { if (inc->active) { doRefresh = IncSet_handleKey(inc, ch, panel, getMainPanelValue, NULL); + if (!inc->active) { + follow = true; + } continue; }