Home | History | Annotate | Download | only in libcurses

Lines Matching refs:attributes

43  *	Set new background attributes on stdscr.
53 * Set new background attributes on stdscr and apply them to its
64 * Set new background attributes on the specified window.
79 /* Background attributes (check colour). */
87 * Set new background attributes on the specified window and
111 /* Update/merge attributes */
124 * Get current background attributes.
134 /* Background attributes (check colour). */
176 win, (const char *)wunctrl(wch), wch->attributes);
230 /* Background attributes (check colour). */
231 battr = wch->attributes & WA_ATTRIBUTES;
270 win, (const char *)wunctrl(wch), wch->attributes);
293 /* Background attributes (check colour). */
294 wch->attributes = win->battr & WA_ATTRIBUTES;
295 if (__using_color && ((wch->attributes & __COLOR) == __default_color))
296 wch->attributes &= ~__COLOR;