Void halfDelay(Int tenths)
Arguments
tenths: Time to wait for input, in tenths of a second (must be between 1 and 255)
Usage
Enable half-delay mode. Half-delay mode is similar to cbreak mode, but if no key is pressed within the specified delay, then the input function will fail with an error.