Function getch

Source
pub fn getch() -> Result<CharacterResult<char>, NCurseswError>
Expand description

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