Searched refs:t_attrib (Results 1 – 1 of 1) sorted by relevance
36 TextAttributes t_attrib; member160 if (t_attrib->invers) { in vga_putcharxy()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()210 t_attrib.invers = !(t_attrib.invers); /* invert fg and bg */ in console_show_cursor()475 vc->t_attrib.bold = 1; in vc_handle_escape()490 vc->t_attrib.bold = 0; in vc_handle_escape()580 &(c->t_attrib)); in vc_update_xy()[all …]