Searched refs:fgcol (Results 1 – 1 of 1) sorted by relevance
69 uint8_t fgcol:4; member468 printf(" fg: %d bg: %d ch:'%2X' '%c'\n", t_attrib->fgcol, t_attrib->bgcol, ch, ch); in console_print_text_attributes()479 unsigned int fgcol, bgcol; in vga_putcharxy() local487 bgcol = color_table[t_attrib->bold][t_attrib->fgcol]; in vga_putcharxy()488 fgcol = color_table[t_attrib->bold][t_attrib->bgcol]; in vga_putcharxy()490 fgcol = color_table[t_attrib->bold][t_attrib->fgcol]; in vga_putcharxy()499 xorcol = bgcol ^ fgcol; in vga_putcharxy()817 s->t_attrib.fgcol=COLOR_BLACK; in console_handle_escape()820 s->t_attrib.fgcol=COLOR_RED; in console_handle_escape()823 s->t_attrib.fgcol=COLOR_GREEN; in console_handle_escape()[all …]