Initialize any system settings
that are required for the console to be able to handle
input correctly, such as setting tabtop, buffered input, and
character echo.
Remove line-buffered input by invoking "stty -icanon min 1"
against the current terminal.
Operation that toggles insert/overtype
When following the SPECIAL_KEY_INDICATOR or NUMPAD_KEY_INDICATOR
this character indicates that
the insert key was pressed.
Returns true if the current console supports ANSI
codes.
Windows doesn't support ANSI codes by default; disable them.
Returns true if the specified character is a whitespace
parameter.
Returns true if the specified character is a whitespace
parameter.
Returns true if the character at the specified position
if a delimiter.
The character is a delimiter if it is whitespace, and the
preceeding character is not an escape character.
Returns false if character echoing is disabled.
Returns true if this terminal is capable of initializing the
terminal to use jline.