Sun Microsystems, Inc.
spacerspacer
spacer   www.sun.com docs.sun.com | | |  
spacer
black dot
   
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z
    
 
X/Open Curses Library Functionsstandend(3XCURSES)


NAME

 standend, standout, wstandend, wstandout - set/clear window attributes

SYNOPSIS

 
#include <curses.h>
int standend(void);
 int standout(void);
 int wstandend(WINDOW *win);
 int wstandout(WINDOW *win);

PARAMETERS

 
win
Is a pointer to the window in which attribute changes are to be made.

DESCRIPTION

 

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.

RETURN VALUES

 

These functions always return 1.

ERRORS

 

None.

SEE ALSO

 

attr_get(3XCURSES), attroff(3XCURSES)


SunOS 5.9Go To TopLast Changed 1 Jun 1996

 
      
      
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.