pub fn mvget_wstr(origin: Origin) -> Result<WideString, NCurseswError>
👎 Deprecated since 0.1.2:

underlying native function can cause undefined behaviour. Use mvgetn_wstr() instead

Expand description

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