From fae598fce807c1ffddef97c712a0f98605130e3f Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 28 May 2012 20:42:40 +0000 Subject: [PATCH] Continue following when switching to tree view. Patch by Richard Wang. --- htop.c | 1 + 1 file changed, 1 insertion(+) 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;