17#define COLOUR_DEFAULT 9
18#define COLOR_DEFAULT COLOUR_DEFAULT
27#define ANSICOL_MAGIC 15
30#define ANSICOL_NO_RGB 0x01000000
38#define CPAIR_DEFAULT 0
47#define CPAIR_SEPARATOR 3
74 unsigned int background );
#define colour
Colour for debug messages.
void ansicol_set_magic_transparent(void)
Set magic colour to transparent.
void ansicol_set_pair(unsigned int cpair)
Set ANSI foreground and background colour.
void ansicol_reset_magic(void)
Reset magic colour.
void ansicol_set(unsigned int colour, unsigned int which)
Set ANSI colour (when no colour definition support is present)
int ansicol_define(unsigned int colour, unsigned int ansi, uint32_t rgb)
Define ANSI colour.
int ansicol_define_pair(unsigned int cpair, unsigned int foreground, unsigned int background)
Define ANSI colour pair.
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
An ANSI colour pair definition.
uint8_t foreground
Foreground colour index.
uint8_t background
Background colour index.