#include <curses.h> int standend(void); int standout(void); int wstandend(WINDOW *win); int wstandout(WINDOW *win);
int standend(void);
int standout(void);
int wstandend(WINDOW *win);
int wstandout(WINDOW *win);
The standout(3curses) and wstandout(3curses) functions turn on the standout attribute of the current or specified window.