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

/macosx-10.10.1/ncurses-44/ncurses/ncurses/tty/
H A Dlib_vidattr.c90 #define PreviousAttr _nc_prescreen.previous_attr macro
110 PreviousAttr = AttrOf(SCREEN_ATTRS(SP));
112 TR(TRACE_ATTRS, ("previous attribute was %s", _traceattr(PreviousAttr)));
188 if (newmode == PreviousAttr)
197 turn_off = (~newmode & PreviousAttr) & ALL_BUT_COLOR;
198 turn_on = (newmode & ~PreviousAttr) & ALL_BUT_COLOR;
200 SetColorsIf(((pair == 0) && !fix_pair0), PreviousAttr);
203 if ((PreviousAttr & A_ALTCHARSET) && exit_alt_charset_mode) {
205 PreviousAttr &= ~A_ALTCHARSET;
207 if (PreviousAttr) {
[all...]

Completed in 65 milliseconds