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

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

Expand description

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