Function pancurses::initscr

source ·
pub fn initscr() -> Window
Expand description

Initialize the curses system, this must be the first function that is called.

Returns a Window struct that is used to access Window specific functions.