Function ncursesw::waddstr[][src]

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

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