|
PatchworkOS
966e257
A non-POSIX operating system.
|
Terminal character. More...
#include <terminal.h>
Data Fields | |
| char | chr |
| pixel_t | foreground |
| pixel_t | background |
| terminal_flags_t | flags |
| uint16_t | col |
| uint16_t | physicalRow |
Terminal character.
Definition at line 77 of file terminal.h.
| char terminal_char_t::chr |
Definition at line 79 of file terminal.h.
| pixel_t terminal_char_t::foreground |
Definition at line 80 of file terminal.h.
| pixel_t terminal_char_t::background |
Definition at line 81 of file terminal.h.
| terminal_flags_t terminal_char_t::flags |
Definition at line 82 of file terminal.h.
| uint16_t terminal_char_t::col |
Definition at line 83 of file terminal.h.
| uint16_t terminal_char_t::physicalRow |
Definition at line 84 of file terminal.h.