summaryrefslogtreecommitdiffstats
path: root/htop.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2012-05-28 20:42:40 +0000
committerHisham Muhammad <hisham@gobolinux.org>2012-05-28 20:42:40 +0000
commitfae598fce807c1ffddef97c712a0f98605130e3f (patch)
tree276260129a1d0c67f822aa23c3092b76365d3552 /htop.c
parentac36e4acbfb91bd6466432ac6d1986290d51ce1f (diff)
Continue following when switching to tree view. Patch by Richard Wang.
Diffstat (limited to 'htop.c')
-rw-r--r--htop.c1
1 files changed, 1 insertions, 0 deletions
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;

© 2014-2024 Faster IT GmbH | imprint | privacy policy