mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-15 21:44:36 +03:00
Merge pull request #148 from nckx/display-basename
[PATCH] New setting: "Show program path"
This commit is contained in:
@ -37,6 +37,7 @@ typedef struct Settings_ {
|
||||
bool countCPUsFromZero;
|
||||
bool detailedCPUTime;
|
||||
bool treeView;
|
||||
bool showProgramPath;
|
||||
bool hideThreads;
|
||||
bool shadowOtherUsers;
|
||||
bool showThreadNames;
|
||||
|
Reference in New Issue
Block a user