mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 20:44:35 +03:00
Add "Tree view is always sorted by PID" option to mimic htop 2 behavior
This commit is contained in:
@ -44,6 +44,7 @@ typedef struct Settings_ {
|
||||
bool degreeFahrenheit;
|
||||
#endif
|
||||
bool treeView;
|
||||
bool treeViewAlwaysByPID;
|
||||
bool showProgramPath;
|
||||
bool shadowOtherUsers;
|
||||
bool showThreadNames;
|
||||
|
Reference in New Issue
Block a user