chiark / gitweb /
systemctl: beef up highlighting of service states a little
[elogind.git] / src / util.h
index b097dc9b7b629b3c970cc3db9a1638c871ef6cd4..d08c7b0e7ad5000e8f56e7c953c28786dff07cd7 100644 (file)
@@ -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);