Searched refs:__default_color (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/lib/libcurses/
H A Dinch.c94 if (__using_color && ((attr & __COLOR) == __default_color))
H A Dcolor.c45 attr_t __default_color = 0; variable
115 __default_color = COLOR_PAIR(MAX_PAIRS - 1);
117 __default_color = COLOR_PAIR(0);
235 _cursesi_screen->colour_pairs[PAIR_NUMBER(__default_color)].fore =
237 _cursesi_screen->colour_pairs[PAIR_NUMBER(__default_color)].back =
239 _cursesi_screen->colour_pairs[PAIR_NUMBER(__default_color)].flags =
250 win->battr |= __default_color;
255 win->alines[y]->line[x].attr |= __default_color;
461 __default_color, PAIR_NUMBER(__default_color));
[all...]
H A Dbackground.c78 ch |= __default_color;
126 if (__using_color && ((battr & __COLOR) == __default_color))
220 battr |= __default_color;
276 if (__using_color && ((wch->attributes & __COLOR) == __default_color))
H A Dcurses_private.h433 extern attr_t __default_color;
H A Dnewwin.c152 win->battr |= __default_color;

Completed in 202 milliseconds