Home | History | Annotate | Download | only in include

Lines Matching refs:wstandout

784 extern NCURSES_EXPORT(int) wstandout (WINDOW *);			/* generated */
958 #define wstandout(win) (wattrset(win,A_STANDOUT))
1045 #define standout() wstandout(stdscr)