mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Option to update process names on every refresh
(thanks to Rob Hoelz)
This commit is contained in:
@ -136,6 +136,7 @@ typedef struct ProcessList_ {
|
||||
bool highlightThreads;
|
||||
bool detailedCPUTime;
|
||||
bool countCPUsFromZero;
|
||||
bool updateProcessNames;
|
||||
const char **treeStr;
|
||||
|
||||
} ProcessList;
|
||||
|
Reference in New Issue
Block a user