# Functions
No description provided by the author
No description provided by the author
No description provided by the author
IsTerminal returns true if the given file descriptor is a terminal.
MakeRaw put the terminal connected to the given file descriptor into raw mode and returns the previous state of the terminal so that it can be restored.
Restore restores the terminal connected to the given file descriptor to a previous state.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ToBytes converts a string representing a suite of key-sequence to the corresponding ASCII code.
No description provided by the author
# Variables
ASCII list the possible supported ASCII key sequence.
No description provided by the author