MicrOS
|
Struct that define one character. More...
#include <vga.h>
Public Attributes | |
unsigned char | ascii_code |
ASCII code of letter. More... | |
vga_color | color |
Color of letter and background. In blinking mode also include blinking flag. More... | |
Struct that define one character.
Contains code of letter and it's color.
unsigned char vga_character::ascii_code |
ASCII code of letter.
vga_color vga_character::color |
Color of letter and background. In blinking mode also include blinking flag.