Merge pull request #148 from nckx/display-basename

[PATCH] New setting: "Show program path"
This commit is contained in:
Hisham Muhammad
2015-08-12 17:16:50 -03:00
6 changed files with 39 additions and 16 deletions

View File

@ -37,6 +37,7 @@ typedef struct Settings_ {
bool countCPUsFromZero;
bool detailedCPUTime;
bool treeView;
bool showProgramPath;
bool hideThreads;
bool shadowOtherUsers;
bool showThreadNames;