DAS
3.0
Das Analysis System
colours.h
Go to the documentation of this file.
1
#pragma once
2
3
[[ maybe_unused ]]
4
static
const
char
*
green
=
"\x1B[32m"
,
5
*
red
=
"\x1B[31m"
,
6
*
orange
=
"\x1B[33m"
,
7
*
bold
=
"\x1B[1m"
,
8
*
normal
=
"\x1B[22m"
,
9
*
highlight
=
"\x1B[3m"
,
10
*
underline
=
"\x1B[4m"
,
11
*
def
=
"\x1B[0m"
;
highlight
static const char * highlight
Definition:
colours.h:9
underline
static const char * underline
Definition:
colours.h:10
orange
static const char * orange
Definition:
colours.h:6
normal
static const char * normal
Definition:
colours.h:8
red
static const char * red
Definition:
colours.h:5
green
static const char * green
Definition:
colours.h:4
bold
static const char * bold
Definition:
colours.h:7
def
static const char * def
Definition:
colours.h:11
Darwin
interface
colours.h
Generated on Mon Nov 11 2024 21:36:38 for DAS by
1.8.18