NCURSES_INIT(3) 1 NCURSES_INIT(3)
ncurses_init - Initialize ncurses
SYNOPSIS
void ncurses_init (void )
DESCRIPTION
Initializes the ncurses interface. This function must be used before any other ncurses function call.
Note that ncurses_end(3) must be called before exiting from the program, or the terminal will not be restored to its proper non-visual
mode.
PARAMETERS
This function has no parameters.
RETURN VALUES
No value is returned.
SEE ALSO
ncurses_end(3).
PHP Documentation Group NCURSES_INIT(3)