[][src]Function ncursesw::getstr

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

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

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