HP-UX Reference (11i v1 00/12) - 3 Library Functions N-Z (vol 7)

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man3/nan.3m
________________________________________________________________
___ ___
s
standend(3X) standend(3X)
(CURSES)
NAME
standend, standout, wstandend, wstandout — set and clear window attributes
SYNOPSIS
#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 attribute of the current or specified
window.
RETURN VALUE
These functions always return 1.
ERRORS
No errors are defined.
SEE ALSO
attroff(3X), attr_get(3X), <curses.h>.
CHANGE HISTORY
Derived from the attroff() entry in X/Open Curses, Issue 3. The entry is reworded for clarity, but oth-
erwise the functionality is identical to previous issues.
HP-UX Release 11i: December 2000 1 Section 3871
___
___