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

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