Allow for highlighting of deleted executables to be configured

Fixes #383
This commit is contained in:
Benny Baumann
2020-12-19 16:46:00 +01:00
committed by BenBE
parent d9feff150c
commit bf07c713ba
4 changed files with 8 additions and 2 deletions

View File

@ -54,6 +54,7 @@ typedef struct Settings_ {
bool hideKernelThreads;
bool hideUserlandThreads;
bool highlightBaseName;
bool highlightDeletedExe;
bool highlightMegabytes;
bool highlightThreads;
bool highlightChanges;