Function pancurses_result::initscr

source ·
pub fn initscr() -> Result<Curses, ()>
Expand description

This function initializes the Curses system.

This is a correlary of the c function initscr.