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

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