[][src]Function ncursesw::wgetstr

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

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

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