diff --git a/htop.c b/htop.c index 79c7deee..e22e124b 100644 --- a/htop.c +++ b/htop.c @@ -896,6 +896,7 @@ int main(int argc, char** argv) { pl->treeView = !pl->treeView; ProcessList_expandTree(pl); settings->changed = true; + if (following != -1) continue; break; case 'H': doRecalculate = true;