Virtual Terminal Representation of a character. More...
#include <tpl_drv_video.h>
Data Fields | |
Uint32 | Ch |
UTF-32 Character. | |
union { | |
struct { | |
Uint16 BGCol | |
12-bit Foreground Colour | |
Uint16 FGCol | |
12-bit Background Colour | |
} | |
Uint32 Colour | |
Compound colour for ease of access. | |
}; |
Virtual Terminal Representation of a character.