initscr

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

The OpenVMS Curses version of this function clears the screen before doing the initialization. The BSD-based Curses version does not.


Previous Page | Next Page | Table of Contents | Index