Add "Tree view is always sorted by PID" option to mimic htop 2 behavior

This commit is contained in:
Hisham Muhammad
2020-12-17 19:08:56 -03:00
committed by BenBE
parent 3d1703f16f
commit e8c6994f40
7 changed files with 30 additions and 6 deletions

View File

@ -44,6 +44,7 @@ typedef struct Settings_ {
bool degreeFahrenheit;
#endif
bool treeView;
bool treeViewAlwaysByPID;
bool showProgramPath;
bool shadowOtherUsers;
bool showThreadNames;