Searched defs:temp_bkgd (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dwattrset.c50 chtype temp_bkgd; local
61 temp_bkgd = (a & A_COLOR) ? (win->_bkgd & ~A_COLOR) : win->_bkgd;
62 win->_attrs = (a | temp_bkgd) & A_ATTRIBUTES;

Completed in 14 milliseconds