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

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