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

/haiku/src/apps/serialconnect/libvterm/src/
H A Dvterm_internal.h25 VTermColor fg;
26 VTermColor bg;
36 static inline int vterm_color_equal(VTermColor a, VTermColor b)
103 VTermColor default_fg;
104 VTermColor default_bg;
105 VTermColor colors[16]; // Store the 8 ANSI and the 8 ANSI high-brights only
H A Dpen.c5 static const VTermColor ansi_colors[] = {
36 static void lookup_colour_ansi(const VTermState *state, long index, VTermColor *col)
43 static void lookup_colour_palette(const VTermState *state, long index, VTermColor *col)
67 static int lookup_colour(const VTermState *state, int palette, const long args[], int argcount, VTermColor *col, int *index)
121 static void setpenattr_col(VTermState *state, VTermAttr attr, VTermColor color)
129 VTermColor *colp = (attr == VTERM_ATTR_BACKGROUND) ? &state->pen.bg : &state->pen.fg;
183 void vterm_state_get_default_colors(const VTermState *state, VTermColor *default_fg, VTermColor *default_bg)
189 void vterm_state_get_palette_color(const VTermState *state, int index, VTermColor *col)
194 void vterm_state_set_default_colors(VTermState *state, const VTermColor *default_f
[all...]
H A Dscreen.c16 VTermColor fg, bg;
/haiku/src/apps/serialconnect/libvterm/include/
H A Dvterm.h49 } VTermColor; typedef in typeref:struct:__anon3
63 VTermColor color;
201 void vterm_state_get_default_colors(const VTermState *state, VTermColor *default_fg, VTermColor *default_bg);
202 void vterm_state_get_palette_color(const VTermState *state, int index, VTermColor *col);
203 void vterm_state_set_default_colors(VTermState *state, const VTermColor *default_fg, const VTermColor *default_bg);
204 void vterm_state_set_palette_color(VTermState *state, int index, const VTermColor *col);
229 VTermColor fg, bg;

Completed in 39 milliseconds