pub fn insstr<S: Into<String>>(str: S) -> Result<(), NCurseswError>
Expand description

Equivalent of insstr() using stdscr() as window handle.