pub fn wadd_wchnstr(
    handle: WINDOW,
    wchstr: &ComplexString,
    number: i32
) -> Result<(), NCurseswError>
Expand description

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