[][src]Function ncursesw::mvaddnstr

pub fn mvaddnstr(
    origin: Origin,
    str: &str,
    number: i32
) -> Result<(), NCurseswError>

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