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

/freebsd-current/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c107 #define PreviousAttr _nc_prescreen.previous_attr macro
133 PreviousAttr = AttrOf(SCREEN_ATTRS(SP_PARM));
135 TR(TRACE_ATTRS, ("previous attribute was %s", _traceattr(PreviousAttr)));
218 if (newmode == PreviousAttr)
227 turn_off = (~newmode & PreviousAttr) & ALL_BUT_COLOR;
228 turn_on = (newmode & ~(PreviousAttr & TPARM_ATTR)) & ALL_BUT_COLOR;
230 SetColorsIf(((pair == 0) && !fix_pair0), PreviousAttr);
233 if ((PreviousAttr & A_ALTCHARSET) && exit_alt_charset_mode) {
235 PreviousAttr &= ~A_ALTCHARSET;
237 if (PreviousAttr) {
[all...]

Completed in 125 milliseconds