[][src]Function ncursesw::waddnstr

pub fn waddnstr(
    handle: WINDOW,
    str: &str,
    number: i32
) -> Result<(), NCurseswError>

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