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

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