From 2c6222e30a25a833e8554709818e1c378ca46848 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Fri, 12 Feb 2021 18:48:09 +0100 Subject: Option and key ("*") to collapse / expand all branches under PID 1 (and PID 2 if kernel threads are shown) Based on hishamhm/htop#510 by Krishna Chaitanya, B Closes #68 --- Settings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Settings.h') diff --git a/Settings.h b/Settings.h index fdaf3e37..80ced433 100644 --- a/Settings.h +++ b/Settings.h @@ -47,6 +47,7 @@ typedef struct Settings_ { #endif bool treeView; bool treeViewAlwaysByPID; + bool allBranchesCollapsed; bool showProgramPath; bool shadowOtherUsers; bool showThreadNames; -- cgit v1.2.3