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