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

Equivalent of waddstr() using stdscr() as window handle.