#include <curses.h>
The standend() and wstandend() functions turn off all attributes associated with stdscr and win respectively.
The standout() and wstandout() functions turn on the A_STANDOUT attribute of stdscr and win respectively.
These functions always return 1.
None.
attr_get(3XCURSES), attroff(3XCURSES)