standend(3X) standend(3X)
NAME
standend, standout, wstandend, wstandout - set and clear window attri-
butes
SYNOPSIS
cc [flag ...] file ... -lcurses [library ...]
#include <curses.h>
int standend(void);
int standout(void);
int wstandend(WINDOW *win);
int wstandout(WINDOW *win);
DESCRIPTION
The standend() and wstandend() functions turn off all attributes of
the current or specified window.
The standout() and wstandout() functions turn on the standout attri-
bute of the current or specified window.
RETURN VALUE
These functions always return 1.
ERRORS
No errors are defined.
SEE ALSO
attroff(3X), attrget(3X), curses(3X), curses(5).
Page 1 Reliant UNIX 5.44 Printed 11/98