home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
misc
/
volume1
/
8710
/
pc-curses-doc
/
3
/
initscr.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
|
334 b
|
20 lines
NAME
initscr() - initialization for the PCcurses package
SYNOPSIS
#include <curses.h>
#include <curspriv.h>
int initscr()
DESCRIPTION
initscr() does neccessary initializations for the PCcurses
package. It MUST be called before any other curses routines.
EXAMPLES
SEE ALSO
_cursesgcb(); _cursesgcols(); newwin()
BUGS