Tty

Provides functionality to change the behaviour of the terminal. This is useful for running an app like vim or a game in the terminal.

enable_raw_mode! : {} => {}

Enable terminal raw mode to disable some default terminal bevahiour.

This leads to the following changes:

disable_raw_mode! : {} => {}

Revert terminal to default behaviour