Class CsiKeyPattern
Detects ansi escape sequences in strings that have been read from
the terminal (see IAnsiResponseParser).
Handles CSI key parsing such as \x1b[3;5~
(Delete with Ctrl)
public class CsiKeyPattern : AnsiKeyboardParserPattern
- Inheritance
-
CsiKeyPattern
- Inherited Members
Methods
- GetKeyImpl(string?)
When overriden in a derived class, returns the Key that matches the input ansi escape sequence.
- IsMatch(string?)
Returns true if
input
is one of the terminal sequences recognised by this class.