Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwattrset.c48 chtype temp_bkgd; in wattrset() local
59 temp_bkgd = (a & A_COLOR) ? (win->_bkgd & ~A_COLOR) : win->_bkgd; in wattrset()
60 win->_attrs = (a | temp_bkgd) & A_ATTRIBUTES; in wattrset()