Home
last modified time | relevance | path

Searched refs:VTermColor (Results 1 – 4 of 4) sorted by relevance

/external/libvterm/src/
Dvterm_internal.h25 VTermColor fg;
26 VTermColor bg;
36 static inline int vterm_color_equal(VTermColor a, VTermColor b) in vterm_color_equal()
103 VTermColor default_fg;
104 VTermColor default_bg;
105 VTermColor colors[16]; // Store the 8 ANSI and the 8 ANSI high-brights only
Dpen.c5 static const VTermColor ansi_colors[] = {
36 static void lookup_colour_ansi(const VTermState *state, long index, VTermColor *col) in lookup_colour_ansi()
43 static void lookup_colour_palette(const VTermState *state, long index, VTermColor *col) in lookup_colour_palette()
67 …const VTermState *state, int palette, const long args[], int argcount, VTermColor *col, int *index) in lookup_colour()
121 static void setpenattr_col(VTermState *state, VTermAttr attr, VTermColor color) in setpenattr_col()
129 VTermColor *colp = (attr == VTERM_ATTR_BACKGROUND) ? &state->pen.bg : &state->pen.fg; in set_pen_col_ansi()
182 void vterm_state_get_default_colors(const VTermState *state, VTermColor *default_fg, VTermColor *de… in vterm_state_get_default_colors()
188 void vterm_state_get_palette_color(const VTermState *state, int index, VTermColor *col) in vterm_state_get_palette_color()
193 …vterm_state_set_default_colors(VTermState *state, const VTermColor *default_fg, const VTermColor *… in vterm_state_set_default_colors()
199 void vterm_state_set_palette_color(VTermState *state, int index, const VTermColor *col) in vterm_state_set_palette_color()
Dscreen.c16 VTermColor fg, bg;
/external/libvterm/include/
Dvterm.h53 } VTermColor; typedef
67 VTermColor color;
205 void vterm_state_get_default_colors(const VTermState *state, VTermColor *default_fg, VTermColor *de…
206 void vterm_state_get_palette_color(const VTermState *state, int index, VTermColor *col);
207 …vterm_state_set_default_colors(VTermState *state, const VTermColor *default_fg, const VTermColor *…
208 void vterm_state_set_palette_color(VTermState *state, int index, const VTermColor *col);
233 VTermColor fg, bg;