Searched refs:VTermColor (Results 1 – 4 of 4) sorted by relevance
/haiku/src/apps/serialconnect/libvterm/src/ |
H A D | vterm_internal.h | 25 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
|
H A D | pen.c | 5 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() 183 void vterm_state_get_default_colors(const VTermState *state, VTermColor *default_fg, VTermColor *de… in vterm_state_get_default_colors() 189 void vterm_state_get_palette_color(const VTermState *state, int index, VTermColor *col) in vterm_state_get_palette_color() 194 …vterm_state_set_default_colors(VTermState *state, const VTermColor *default_fg, const VTermColor *… in vterm_state_set_default_colors() 200 void vterm_state_set_palette_color(VTermState *state, int index, const VTermColor *col) in vterm_state_set_palette_color()
|
H A D | screen.c | 16 VTermColor fg, bg;
|
/haiku/src/apps/serialconnect/libvterm/include/ |
H A D | vterm.h | 49 } VTermColor; typedef 63 VTermColor color; 201 void vterm_state_get_default_colors(const VTermState *state, VTermColor *default_fg, VTermColor *de… 202 void vterm_state_get_palette_color(const VTermState *state, int index, VTermColor *col); 203 …vterm_state_set_default_colors(VTermState *state, const VTermColor *default_fg, const VTermColor *… 204 void vterm_state_set_palette_color(VTermState *state, int index, const VTermColor *col); 229 VTermColor fg, bg;
|