mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-15 05:24:36 +03:00
Allow for highlighting of deleted executables to be configured
Fixes #383
This commit is contained in:
@ -54,6 +54,7 @@ typedef struct Settings_ {
|
||||
bool hideKernelThreads;
|
||||
bool hideUserlandThreads;
|
||||
bool highlightBaseName;
|
||||
bool highlightDeletedExe;
|
||||
bool highlightMegabytes;
|
||||
bool highlightThreads;
|
||||
bool highlightChanges;
|
||||
|
Reference in New Issue
Block a user