pub fn init()
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.
As it uses bindings to C, this will inherently be unsafe.