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

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