Lines Matching full:modes
67 /* the old and new modes and then erase color-pairs fields in */ in vidupdate()
100 /* if the new and the old video modes became */ in vidupdate()
151 * modes and be left with and oldmode of STANDOUT and a new mode in _change_video()
176 chtype check_faked, modes[2]; in _change_video() local
180 modes[0] = newmode; in _change_video()
181 modes[1] = oldmode; in _change_video()
184 if ((check_faked = (modes[k] & in _change_video()
186 modes[k] &= ~check_faked; in _change_video()
187 modes[k] |= A_STANDOUT; in _change_video()
194 if (modes[k] & in _change_video()
203 modes[k] = tempmode; in _change_video()
206 newmode = modes[0]; in _change_video()
207 oldmode = modes[1]; in _change_video()
279 /* Check for modes to turn on. */ in _change_video()