Availability:built-in
with_tty_raw(:Goal)Run goal with the user input and output streams set in raw mode,
which implies the terminal makes the input available immediately instead
of line-by-line and input that is read is not echoed. As a consequence,
line editing does not work. See also get_single_char/1.
- Introduced in 8.1.11 (👉1f5aea3) with_tty_raw/1: run code with terminal in raw mode (if possible).