iPXE
|
An ANSI colour pair definition. More...
#include <ansicol.h>
Data Fields | |
uint8_t | foreground |
Foreground colour index. More... | |
uint8_t | background |
Background colour index. More... | |
uint8_t ansicol_pair::foreground |
Foreground colour index.
Definition at line 65 of file ansicol.h.
Referenced by ansicol_define_pair(), and ansicol_set_pair().
uint8_t ansicol_pair::background |
Background colour index.
Definition at line 67 of file ansicol.h.
Referenced by ansicol_define_pair(), and ansicol_set_pair().