X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Futil.h;h=b5ad1ff3b5ddff08cd0b54d5a915e1c207cc9d6f;hb=37d3ab1b7e114f0fb6dfb2e7273569b42794b76a;hp=555e1d86658b71b5ea18f3c86310999ed96cfa7f;hpb=21baf21ae526d0180177cf4a26ce82d45b6103e2;p=elogind.git diff --git a/src/shared/util.h b/src/shared/util.h index 555e1d866..b5ad1ff3b 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -55,6 +55,7 @@ union dirent_storage { #define FORMAT_BYTES_MAX 8 #define ANSI_HIGHLIGHT_ON "\x1B[1;39m" +#define ANSI_RED_ON "\x1B[31m" #define ANSI_HIGHLIGHT_RED_ON "\x1B[1;31m" #define ANSI_HIGHLIGHT_GREEN_ON "\x1B[1;32m" #define ANSI_HIGHLIGHT_YELLOW_ON "\x1B[1;33m"