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

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

Expand description

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