Searched refs:t_attrib (Results 1 – 1 of 1) sorted by relevance
36 TextAttributes t_attrib; member90 TextAttributes t_attrib; /* currently active text attributes */ member153 TextAttributes *t_attrib) in vga_putcharxy() argument160 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()209 TextAttributes t_attrib = TEXT_ATTRIBUTES_DEFAULT; in console_show_cursor() local210 t_attrib.invers = !(t_attrib.invers); /* invert fg and bg */ in console_show_cursor()[all …]