Expand description
Functionality to assist with managing the terminal/console/tty.
Structs§
- Opaque wrapper around
libc::termios
.
Functions§
- Enables VT and UTF-8 output. No-op on non-Windows platforms.
- Get the current termios settings for stderr.
- Returns a non-buffering stderr, with no special console handling on Windows.
- Returns a non-buffering stdout, with no special console handling on Windows.
- Sets a panic handler to restore the terminal state when the process panics.
- Enables or disables raw console mode.
- Set the termios settings for stderr.