diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-11 15:19:31 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-11 15:19:31 +0200 |
commit | 2ee68f721168378a037a112a5400af0b92805432 (patch) | |
tree | 6fcbd4a6efcba1400230f266e3d9e6a79c9a6322 /src/util.h | |
parent | cd6d0a456bc9c45fa79316fc5896e4a3ae75a30b (diff) |
systemctl: beef up highlighting of service states a little
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index b097dc9b7b..d08c7b0e7a 100644 --- a/src/util.h +++ b/src/util.h @@ -61,6 +61,7 @@ typedef struct dual_timestamp { #define FORMAT_TIMESPAN_MAX 64 #define ANSI_HIGHLIGHT_ON "\x1B[1;31m" +#define ANSI_HIGHLIGHT_GREEN_ON "\x1B[1;32m" #define ANSI_HIGHLIGHT_OFF "\x1B[0m" usec_t now(clockid_t clock); |