Searched refs:sc_to_te_color (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/syscons/
H A Dscterm-teken.c316 static const teken_color_t sc_to_te_color[] = { variable
338 a->ta_fgcolor = sc_to_te_color[color & 7] | (color & 8);
339 a->ta_bgcolor = sc_to_te_color[(color >> 4) & 7] | ((color >> 4) & 8);

Completed in 93 milliseconds