Nix
2.26.3
Nix, the purely functional package manager; unstable internal interfaces
Loading...
Searching...
No Matches
ansicolor.hh
Go to the documentation of this file.
1
#pragma once
7
8
namespace
nix {
9
10
#define ANSI_NORMAL "\e[0m"
11
#define ANSI_BOLD "\e[1m"
12
#define ANSI_FAINT "\e[2m"
13
#define ANSI_ITALIC "\e[3m"
14
#define ANSI_RED "\e[31;1m"
15
#define ANSI_GREEN "\e[32;1m"
16
#define ANSI_WARNING "\e[35;1m"
17
#define ANSI_BLUE "\e[34;1m"
18
#define ANSI_MAGENTA "\e[35;1m"
19
#define ANSI_CYAN "\e[36;1m"
20
21
}
src
libutil
ansicolor.hh
Generated by
1.13.2