about summary refs log tree commit diff
path: root/src/libutil
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-05-15T18·38+0200
committerGitHub <noreply@github.com>2019-05-15T18·38+0200
commit8f6c72faeec2dfd3ce6e48c9539bb5d7a161f37a (patch)
treee046e83291925cbfcad531e33a87eed8f6c066cf /src/libutil
parentb6eb8a2d7e2ea8b083fdac15f537679ffe633183 (diff)
parent66b8a62101cb1dfe2e368346cf99efd32e9328ae (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.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/util.hh b/src/libutil/util.hh
index 7c57d0afad98..fce3cab8def5 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"