A_STANDOUT
attron(A_STANDOUT);
attroff(A_STANDOUT);
SetAttr(SP_PARM->_slk->attr, A_STANDOUT);
#define wstandout(win) (wattrset(win,A_STANDOUT))
#define WA_STANDOUT A_STANDOUT
#define TPARM_ATTR (A_STANDOUT | A_UNDERLINE | A_REVERSE | A_BLINK | A_DIM | A_BOLD | A_ALTCHARSET | A_INVIS | A_PROTECT)
#define XMC_CONFLICT (A_STANDOUT | A_UNDERLINE | A_REVERSE | A_BLINK | A_DIM | A_BOLD | A_INVIS | A_PROTECT | A_ITALIC)
attrs |= A_STANDOUT;
A_STANDOUT,
TurnOff(A_STANDOUT, exit_standout_mode);
(newmode & A_STANDOUT) != 0,
TurnOff(A_STANDOUT, exit_standout_mode);
TurnOn(A_STANDOUT, enter_standout_mode);
attrs |= A_STANDOUT;
TurnOff(A_STANDOUT, exit_standout_mode);
(newmode & A_STANDOUT) != 0,
TurnOff(A_STANDOUT, exit_standout_mode);
TurnOn(A_STANDOUT, enter_standout_mode);
attron(A_STANDOUT);
attroff(A_STANDOUT);