Function ncursesw::mvaddstr[][src]

pub fn mvaddstr(origin: Origin, str: &str) -> Result<(), NCurseswError>
Expand description

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