Searched refs:sc_to_te_color (Results 1 – 1 of 1) sorted by relevance
316 static const teken_color_t sc_to_te_color[] = { variable338 a->ta_fgcolor = sc_to_te_color[color & 7] | (color & 8); in scteken_sc_to_te_attr()339 a->ta_bgcolor = sc_to_te_color[(color >> 4) & 7] | ((color >> 4) & 8); in scteken_sc_to_te_attr()