pub fn waddstr<S: Into<String>>(
    handle: WINDOW,
    str: S
) -> Result<(), NCurseswError>
Expand description

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