Expand description
Simple terminal manipulation primitives
Functions§
- disable_
raw - Disable raw mode.
- enable_
raw - Enable raw mode.
- get_
size - Get the terminal’s current width and height.
- is_raw
- Check if
enable_raw
is in effect. - save_
term - Save the current terminal’s state.