summaryrefslogtreecommitdiff
path: root/colors.h
blob: ee4cd12fa37a295d3da25aa48b72e2aa467ccd58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#ifndef COLORS_H
#define COLORS_H

#define __reset                 "0"

#define __bold                  "1"

#define __black                 "30"
#define __red                   "31"
#define __green                 "32"
#define __yellow                "33"
#define __blue                  "34"
#define __magenta               "35"
#define __cyan                  "36"
#define __white                 "37"

#define __on_black              "40"
#define __on_red                "41"
#define __on_green              "42"
#define __on_yellow             "43"
#define __on_blue               "44"
#define __on_magenta            "45"
#define __on_cyan               "46"
#define __on_white              "47"

#endif /* COLORS_H */
linux/net-next.git/commit/Documentation?h=nds-private-remove&id=739f1bcd045f473d79358aac94439722d41a2650'>739f1bcd045f473d79358aac94439722d41a2650 (patch) treea8cfdff0a9b798acb618ba2b79861af723b217db /Documentation parent89f1c2c59c4aef8e26edbc7db5175e6ffb0e9ec7 (diff)parent3bf6215a1b30db7df6083c708caab3fe1a8e8abe (diff)
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Documentation')