Home
last modified time | relevance | path

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

/vim-8.2.3635/src/libvterm/src/
H A Dpen.c45 static void lookup_default_colour_ansi(long idx, VTermColor *col) in lookup_default_colour_ansi()
54 static int lookup_colour_ansi(const VTermState *state, long index, VTermColor *col) in lookup_colour_ansi()
64 static int lookup_colour_palette(const VTermState *state, long index, VTermColor *col) in lookup_colour_palette()
146 static void setpenattr_col(VTermState *state, VTermAttr attr, VTermColor color) in setpenattr_col()
211 void vterm_color_rgb(VTermColor *col, uint8_t red, uint8_t green, uint8_t blue) in vterm_color_rgb()
219 void vterm_color_indexed(VTermColor *col, uint8_t idx) in vterm_color_indexed()
225 int vterm_color_is_equal(const VTermColor *a, const VTermColor *b) in vterm_color_is_equal()
245 void vterm_state_get_default_colors(const VTermState *state, VTermColor *default_fg, VTermColor *de… in vterm_state_get_default_colors()
256 …vterm_state_set_default_colors(VTermState *state, const VTermColor *default_fg, const VTermColor *… in vterm_state_set_default_colors()
278 void vterm_state_convert_color_to_rgb(const VTermState *state, VTermColor *col) in vterm_state_convert_color_to_rgb()
[all …]
H A Dvterm_internal.h49 VTermColor fg;
50 VTermColor bg;
134 VTermColor default_fg;
135 VTermColor default_bg;
136 VTermColor colors[16]; // Store the 8 ANSI and the 8 ANSI high-brights only
H A Dscreen.c17 VTermColor fg, bg;
1012 void vterm_screen_convert_color_to_rgb(const VTermScreen *screen, VTermColor *col) in vterm_screen_convert_color_to_rgb()
/vim-8.2.3635/src/libvterm/include/
H A Dvterm.h180 } VTermColor; typedef
185 void vterm_color_rgb(VTermColor *col, uint8_t red, uint8_t green, uint8_t blue);
191 void vterm_color_indexed(VTermColor *col, uint8_t idx);
196 int vterm_color_is_equal(const VTermColor *a, const VTermColor *b);
219 VTermColor color;
437 void vterm_state_get_default_colors(const VTermState *state, VTermColor *default_fg, VTermColor *de…
438 void vterm_state_get_palette_color(const VTermState *state, int index, VTermColor *col);
439 …vterm_state_set_default_colors(VTermState *state, const VTermColor *default_fg, const VTermColor *…
458 void vterm_state_convert_color_to_rgb(const VTermState *state, VTermColor *col);
489 VTermColor fg, bg;
[all …]
/vim-8.2.3635/src/
H A Dterminal.c58 VTermColor fg;
59 VTermColor bg;
2868 VTermColor *cellfg, in cell2attr()
2869 VTermColor *cellbg) in cell2attr()
2872 VTermColor *fg = cellfg; in cell2attr()
2873 VTermColor *bg = cellbg; in cell2attr()
2962 VTermColor fg, bg; in term_scroll_up()
3907 get_vterm_color_from_synid(int id, VTermColor *fg, VTermColor *bg) in get_vterm_color_from_synid()
4116 VTermColor color; in set_vterm_palette()
6101 VTermColor fg, bg; in f_term_scrape()
[all …]
H A Dstructs.h129 VTermColor fg;
130 VTermColor bg;
/vim-8.2.3635/src/libvterm/t/
H A Dharness.c63 static void print_color(const VTermColor *col) in print_color()
354 VTermColor foreground;
355 VTermColor background;
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt22888 Solution: Add the ANSI color index to VTermColor.