|
iPXE
|
A frame buffer text cell. More...
#include <fbcon.h>
Data Fields | |
| uint32_t | foreground |
| Foreground colour. More... | |
| uint32_t | background |
| Background colour. More... | |
| unsigned int | character |
| Unicode character. More... | |
| uint32_t fbcon_text_cell::foreground |
Foreground colour.
Definition at line 92 of file fbcon.h.
Referenced by fbcon_clear(), fbcon_draw(), fbcon_draw_cursor(), fbcon_putchar(), and fbcon_scroll().
| uint32_t fbcon_text_cell::background |
Background colour.
Definition at line 94 of file fbcon.h.
Referenced by fbcon_clear(), fbcon_draw(), fbcon_draw_cursor(), fbcon_putchar(), and fbcon_scroll().
| unsigned int fbcon_text_cell::character |
Unicode character.
Definition at line 96 of file fbcon.h.
Referenced by fbcon_clear(), fbcon_draw(), fbcon_draw_cursor(), fbcon_putchar(), and fbcon_scroll().
1.8.15