From 623ee31cfe3a39c87e6066c3044c7c38ce676e6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Sun, 23 May 2021 16:04:43 +0200 Subject: Add option to shadow path prefixes Shadow path prefixes which are used by distributions, like /usr/bin/ /usr/sbin/ /bin/ /sbin/ /usr/libexec/ --- Process.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Process.h') diff --git a/Process.h b/Process.h index fa047ace..eb79470d 100644 --- a/Process.h +++ b/Process.h @@ -331,6 +331,7 @@ static inline bool Process_isThread(const Process* this) { #define CMDLINE_HIGHLIGHT_FLAG_BASENAME 0x00000002 #define CMDLINE_HIGHLIGHT_FLAG_COMM 0x00000004 #define CMDLINE_HIGHLIGHT_FLAG_DELETED 0x00000008 +#define CMDLINE_HIGHLIGHT_FLAG_PREFIXDIR 0x00000010 #define ONE_K 1024UL #define ONE_M (ONE_K * ONE_K) -- cgit v1.2.3