diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2018-05-18 23:38:46 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-05-18 23:38:46 +0200 |
commit | f48123bfaa46f5c93fe4b56423c6b52153e5c9b1 (patch) | |
tree | 4e3683e92251d4f3d8fc8cc3fde473a017e20436 /src/log_colored.h | |
parent | ac5acb542df4b9e449dc2413388890ca1e30984e (diff) |
POTD skeleton #61.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/log_colored.h')
-rw-r--r-- | src/log_colored.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/log_colored.h b/src/log_colored.h index 9f75557..b06a2f5 100644 --- a/src/log_colored.h +++ b/src/log_colored.h @@ -8,6 +8,7 @@ #define GRN "\x1B[32;1m" #define YEL "\x1B[33;1m" #define RED "\x1B[31;1;5m" +#define BLUE "\x1B[34;1;1m" /* LOG_SET_FUNCS comfort */ #define LOG_COLORED_FUNCS log_open_colored, log_close_colored, \ log_fmt_colored, log_fmtex_colored, log_fmtexerr_colored |