pub fn nodelay(handle: WINDOW, flag: bool) -> Result<(), NCurseswError>
Expand description

If flag is true, getch() will be non-blocking.