Make the terminal suitable for raw mode input.
In this mode the terminal is not suitable for
typical interactive shell use, but is good if absolute
control over input is needed. After this, reads
will block until one character is presented. (Same
effect as 'blocking(true)'.
Make the terminal suitable for raw mode input. In this mode the terminal is not suitable for typical interactive shell use, but is good if absolute control over input is needed. After this, reads will block until one character is presented. (Same effect as 'blocking(true)'.