text_color_t
text_color_t fg, bg;
text_color_t fg, bg;
static void tem_get_attr(struct tem_vt_state *, text_color_t *,
text_color_t *, text_attr_t *, uint8_t);
text_color_t *, text_color_t *, term_char_t *);
static void tem_set_color(text_color_t *, color_t *);
text_color_t fg_color, text_color_t bg_color);
text_color_t fg;
text_color_t bg;
text_color_t bg, fg;
text_color_t fg, bg;
text_color_t fg_color;
text_color_t bg_color;
text_color_t fg, bg;
tem_char_t c, text_color_t fg, text_color_t bg)
tem_get_attr(struct tem_vt_state *tem, text_color_t *fg,
text_color_t *bg, text_attr_t *attr, uint8_t flag)
tem_get_color(struct tem_vt_state *tem, text_color_t *fg, text_color_t *bg,
tem_set_color(text_color_t *t, color_t *c)
tem_get_colors(tem_vt_state_t tem_arg, text_color_t *fg, text_color_t *bg)
void tem_get_colors(tem_vt_state_t, text_color_t *, text_color_t *);
text_color_t fg_color;
text_color_t bg_color;
text_color_t tc_fg_color;
text_color_t tc_bg_color;
text_color_t tvs_fg_color; /* console foreground */
text_color_t tvs_bg_color; /* console background */
void tem_get_colors(tem_vt_state_t, text_color_t *, text_color_t *);
text_color_t fg;
text_color_t bg;
text_color_t fg;
text_color_t bg;
text_color_t *, text_color_t *, term_char_t *);
static void tem_safe_set_color(text_color_t *, color_t *);
text_color_t fg_color, text_color_t bg_color);
text_color_t fg_color, text_color_t bg_color);
text_color_t fg_color, text_color_t bg_color);
text_color_t fg_color, text_color_t bg_color);
text_color_t fg_color, text_color_t bg_color);
text_color_t bg, fg;
text_color_t fg, bg;
text_color_t, text_color_t);
text_color_t fg_color;
text_color_t bg_color;
text_color_t fg, bg;
bit_to_pix4(struct tem_vt_state *tem, tem_char_t c, text_color_t fg,
text_color_t bg)
bit_to_pix8(struct tem_vt_state *tem, tem_char_t c, text_color_t fg,
text_color_t bg)
bit_to_pix16(struct tem_vt_state *tem, tem_char_t c, text_color_t fg,
text_color_t bg)
bit_to_pix24(struct tem_vt_state *tem, tem_char_t c, text_color_t fg,
text_color_t bg)
bit_to_pix32(struct tem_vt_state *tem, tem_char_t c, text_color_t fg,
text_color_t bg)
tem_safe_get_attr(struct tem_vt_state *tem, text_color_t *fg,
text_color_t *bg, text_attr_t *attr, uint8_t flag)
tem_safe_get_color(struct tem_vt_state *tem, text_color_t *fg,
text_color_t *bg, term_char_t *c)
tem_safe_set_color(text_color_t *t, color_t *c)
text_color_t fg_color;
text_color_t bg_color;
text_color_t tc_fg_color;
text_color_t tc_bg_color;
text_color_t tvs_fg_color; /* console foreground */
text_color_t tvs_bg_color; /* console background */
void tem_safe_get_attr(struct tem_vt_state *, text_color_t *,
text_color_t *, text_attr_t *, uint8_t);