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

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

Expand description

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