_STANDOUT
if (win->_flags & _STANDOUT)
c |= _STANDOUT;
if ((i&_STANDOUT) == (curscr->_flags&_STANDOUT))
if (curscr->_flags & _STANDOUT) {
curscr->_flags &= ~_STANDOUT;
if (SO && (*nsp&_STANDOUT) !=
(curscr->_flags&_STANDOUT)) {
if (*nsp & _STANDOUT) {
curscr->_flags |= _STANDOUT;
curscr->_flags &= ~_STANDOUT;
if ((curscr->_flags&_STANDOUT) &&
~_STANDOUT;
if (UC && (*nsp & _STANDOUT)) {
if (curscr->_flags & _STANDOUT && !MS) {
curscr->_flags &= ~_STANDOUT;
win->_flags |= _STANDOUT;
win->_flags &= ~_STANDOUT;