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

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

Expand description

Read a wide string from the user at origin, with primitive line editing capacity.