Home
last modified time | relevance | path

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

/qemu/ui/
H A Dconsole-vc.c22 uint8_t bold:1; member
161 bgcol = color_table_rgb[t_attrib->bold][t_attrib->fgcol]; in vga_putcharxy()
162 fgcol = color_table_rgb[t_attrib->bold][t_attrib->bgcol]; in vga_putcharxy()
164 fgcol = color_table_rgb[t_attrib->bold][t_attrib->fgcol]; in vga_putcharxy()
165 bgcol = color_table_rgb[t_attrib->bold][t_attrib->bgcol]; in vga_putcharxy()
362 s->cells[src].t_attrib.bold)); in text_console_update()
475 vc->t_attrib.bold = 1; in vc_handle_escape()
490 vc->t_attrib.bold = 0; in vc_handle_escape()
/qemu/docs/sphinx-static/
H A Dtheme_overrides.css119 font-weight: bold;
138 font-weight: bold;
/qemu/include/ui/
H A Dconsole.h62 #define ATTR2CHTYPE(c, fg, bg, bold) \
63 ((bold) << 21 | (bg) << 11 | (fg) << 8 | (c))
61 ATTR2CHTYPE(c,fg,bg,bold) global() argument
/qemu/docs/devel/
H A Dqapi-code-gen.rst941 # Some text foo with **bold** and *emphasis*