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

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