pub fn win_wchnstr(
    handle: WINDOW,
    number: i32
) -> Result<ComplexString, NCurseswError>
Expand description

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