The Single UNIX ® Specification, Version 2
Copyright © 1997 The Open Group

 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(), attr_get(), <curses.h>.

UNIX ® is a registered Trademark of The Open Group.
Copyright © 1997 The Open Group
[ Main Index | XSH | XCU | XBD | XCURSES | XNS ]