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

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