Home
last modified time | relevance | path

Searched refs:VTERM_COLOR_IS_RGB (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/libvterm/src/
H A Dpen.c236 else if (VTERM_COLOR_IS_RGB(a)) { in vterm_color_is_equal()
500 else if (VTERM_COLOR_IS_RGB(col)) { in vterm_state_getpen_color()
/vim-8.2.3635/src/libvterm/include/
H A Dvterm.h144 #define VTERM_COLOR_IS_RGB(col) \ macro
/vim-8.2.3635/src/libvterm/t/
H A Dharness.c65 if (VTERM_COLOR_IS_RGB(col)) { in print_color()