Copyright Digital Equipment Corp. All rights reserved.
Initializes the terminal-type data and all screen functions. You
must call initscr before using any of the curses functions.
Format
#include <curses.h>
void initscr (void);
Description