pub fn wgetch(handle: WINDOW) -> Result<CharacterResult<char>, NCurseswError>
Expand description

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