DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

standend(3curses)


standend -- set and clear window attributes

Synopsis

cc [options] file -lcurses
#include <curses.h>

int standend(void);

int standout(void);

int wstandend(WINDOW *win);

int wstandout(WINDOW *win);

Description

The standend(3curses) and wstandend(3curses) functions turn off all attributes of the current or specified window.

The standout(3curses) and wstandout(3curses) functions turn on the standout attribute of the current or specified window.

Return value

These functions always return 1.

Errors

No errors are defined.

Standards Conformance

The Single UNIX Specification, Version 2; The Open Group.

References

attroff(3curses), attr_get(3curses), curses(4)
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004