Home
last modified time | relevance | path

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

/scripts/kconfig/
Dnconf.gui.c33 { .attr = &(_at), .has_color = true, .color_fg = _fg, .color_bg = _bg, .highlight = _hl }
35 { .attr = &(_at), .has_color = false, .highlight = _hl }
43 int highlight; member
108 int attr = p->highlight; in set_colors()