Home
last modified time | relevance | path

Searched refs:TextAttributes (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/ui/
H A Dconsole-vc.c19 typedef struct TextAttributes { struct
27 } TextAttributes; argument
29 #define TEXT_ATTRIBUTES_DEFAULT ((TextAttributes) { \
36 TextAttributes t_attrib;
90 TextAttributes t_attrib; /* currently active text attributes */
153 TextAttributes *t_attrib) in vga_putcharxy()
209 TextAttributes t_attrib = TEXT_ATTRIBUTES_DEFAULT; in console_show_cursor()