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

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

Expand description

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