Function pancurses::initscr [] [src]

pub fn initscr() -> Window

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.