pub fn init()
Expand description
Enters raw mode in the terminal so that the user can start to read keys properly. This uses bindings to Termios to convert the terminal to raw mode.
ยงSafety
As it uses bindings to C, this will inherently be unsafe.