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 Functionsdelscreen(3XCURSES)


NAME

 delscreen - free space associated with the SCREEN data structure

SYNOPSIS

 
#include <curses.h>
void delscreen(SCREEN *sp);

DESCRIPTION

 

The delscreen() function frees space associated with the SCREEN data structure. This function should be called after endwin(3XCURSES) if a SCREEN data structure is no longer needed.

PARAMETERS

 
sp
Is a pointer to the screen structure for which to free space.

RETURN VALUES

 

The delscreen() function does not return a value.

ERRORS

 

None.

SEE ALSO

 

endwin(3XCURSES), initscr(3XCURSES), newterm(3XCURSES)


SunOS 5.9Go To TopLast Changed 1 Jun 1996

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