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

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

Expand description

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