diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-02-01 12:37:22 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-02-01 12:37:22 +0100 |
commit | c5319e5d0b7fe9b93ae29dfe410e5baa4d3b7140 (patch) | |
tree | f736cde1d3a915765f916c0a8716ec3c687ccd35 /src/libutil/util.hh | |
parent | 7be1a07a451d85b132ecd375813a723fc171fa03 (diff) |
Show "warning:" in yellow instead of red
Diffstat (limited to 'src/libutil/util.hh')
-rw-r--r-- | src/libutil/util.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/util.hh b/src/libutil/util.hh index abf1c95d6..3bfebcd15 100644 --- a/src/libutil/util.hh +++ b/src/libutil/util.hh @@ -429,6 +429,7 @@ void ignoreException(); #define ANSI_FAINT "\e[2m" #define ANSI_RED "\e[31;1m" #define ANSI_GREEN "\e[32;1m" +#define ANSI_YELLOW "\e[33;1m" #define ANSI_BLUE "\e[34;1m" |