enableRawMode abstract method

void enableRawMode()

Switches the terminal into raw mode, disabling line buffering and echo so individual key presses can be read immediately.

Implementation

void enableRawMode();