pub fn mvwaddchnstr(
    handle: WINDOW,
    origin: Origin,
    chstr: &ChtypeString,
    number: i32
) -> Result<(), NCurseswError>
Expand description

Paint a character string (with rendition) of chstr of at most number characters at origin, overwriting anything previously on the window.

Writing outside the window, sub-window, or pad raises a NCurseswError. Attempting to write to the lower right corner of a window, sub-window, or pad will cause an NCurseswError to be raised after the character is printed.