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

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

Expand description

Equivalent of mvwgetstr() using getcuryx() as origin.