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

If flag is true, escape sequences will not be timed out.

If flag is false, after a few milliseconds, an escape sequence will not be interpreted, and will be left in the input stream as is.