OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vterm_color_equal
(Results
1 - 2
of
2
) sorted by null
/external/libvterm/src/
vterm_internal.h
36
static inline int
vterm_color_equal
(VTermColor a, VTermColor b)
function
screen.c
881
if((attrs & VTERM_ATTR_FOREGROUND_MASK) && !
vterm_color_equal
(a->pen.fg, b->pen.fg))
883
if((attrs & VTERM_ATTR_BACKGROUND_MASK) && !
vterm_color_equal
(a->pen.bg, b->pen.bg))
Completed in 1916 milliseconds