pub fn mvaddwstr(origin: Origin, wstr: &WideString) -> Result<(), NCurseswError>
Expand description

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