diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-05-15 20:38:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-15 20:38:38 +0200 |
commit | 8f6c72faeec2dfd3ce6e48c9539bb5d7a161f37a (patch) | |
tree | e046e83291925cbfcad531e33a87eed8f6c066cf /src/libutil | |
parent | b6eb8a2d7e2ea8b083fdac15f537679ffe633183 (diff) | |
parent | 66b8a62101cb1dfe2e368346cf99efd32e9328ae (diff) |
Merge pull request #2810 from NixOS/print-build-logs
nix: Add --print-build-logs flag
Diffstat (limited to 'src/libutil')
-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 7c57d0afa..fce3cab8d 100644 --- a/src/libutil/util.hh +++ b/src/libutil/util.hh @@ -408,6 +408,7 @@ void ignoreException(); /* Some ANSI escape sequences. */ #define ANSI_NORMAL "\e[0m" #define ANSI_BOLD "\e[1m" +#define ANSI_FAINT "\e[2m" #define ANSI_RED "\e[31;1m" #define ANSI_GREEN "\e[32;1m" #define ANSI_BLUE "\e[34;1m" |