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

Equivalent of mvwinsnstr() using getcuryx() as origin.