home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
misc
/
volume1
/
8710
/
pc-curses-doc
/
3
/
endwin.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1993-09-02
|
352 b
|
21 lines
NAME
endwin() - clean-up after using the PCcurses package
SYNOPSIS
#include <curses.h>
#include <curspriv.h>
int endwin()
DESCRIPTION
endwin() does neccessary clean-up after using the PCcurses
package. It should be called before exiting the user's pro-
gram.
EXAMPLES
SEE ALSO
delwin(); curson(); _cursescursor(); _cursesscb()
BUGS