mirror of https://github.com/xzeldon/htop.git
Continue following when switching to tree view. Patch by Richard Wang.
This commit is contained in:
parent
ac36e4acbf
commit
fae598fce8
1
htop.c
1
htop.c
|
@ -896,6 +896,7 @@ int main(int argc, char** argv) {
|
||||||
pl->treeView = !pl->treeView;
|
pl->treeView = !pl->treeView;
|
||||||
ProcessList_expandTree(pl);
|
ProcessList_expandTree(pl);
|
||||||
settings->changed = true;
|
settings->changed = true;
|
||||||
|
if (following != -1) continue;
|
||||||
break;
|
break;
|
||||||
case 'H':
|
case 'H':
|
||||||
doRecalculate = true;
|
doRecalculate = true;
|
||||||
|
|
Loading…
Reference in New Issue