java.lang.Object
org.jline.terminal.KeyParser
Utility class for parsing raw terminal input sequences into KeyEvent objects.
-
Method Summary
-
Method Details
-
parse
Parses a raw input sequence into a KeyEvent.- Parameters:
rawSequence- the raw input sequence from the terminal- Returns:
- a KeyEvent representing the parsed input
-