Class CsiCursorPattern
Detects ansi escape sequences in strings that have been read from
the terminal (see IAnsiResponseParser).
Handles navigation CSI key parsing such as \x1b[A
(Cursor up)
and \x1b[1;5A
(Cursor up with Ctrl)
public class CsiCursorPattern : AnsiKeyboardParserPattern
- Inheritance
-
CsiCursorPattern
- Inherited Members
Methods
- GetKeyImpl(string?)
Called by the base class to determine the key that matches the input.
- IsMatch(string?)
Returns true if
input
is one of the terminal sequences recognised by this class.