XLATE_NCOLORS
c->tc_fg_color.n < XLATE_NCOLORS) {
c->tc_bg_color.n < XLATE_NCOLORS) {
const uint8_t dim_xlate[XLATE_NCOLORS] = { 1, 5, 3, 7, 2, 6, 4, 8 };
const uint8_t brt_xlate[XLATE_NCOLORS] = { 9, 13, 11, 15, 10, 14, 12, 0 };
c->tc_fg_color.n < XLATE_NCOLORS) {
c->tc_bg_color.n < XLATE_NCOLORS) {
extern const uint8_t brt_xlate[XLATE_NCOLORS];
extern const uint8_t dim_xlate[XLATE_NCOLORS];
if (fb_info.fg_color < XLATE_NCOLORS) {
if (fb_info.bg_color < XLATE_NCOLORS) {
if (fb_info.fg_color < XLATE_NCOLORS) {
if (fb_info.bg_color < XLATE_NCOLORS) {