[][src]Function matrixise::initscr

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.