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

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