Enum AnsiResponseParserState
Describes the current state of an IAnsiResponseParser
public enum AnsiResponseParserState
Fields
ExpectingBracket = 1
Parser has encountered an Esc and is waiting to see if next key(s) continue to form an Ansi escape sequence
InResponse = 2
Parser has encountered Esc[ and considers that it is in the process of reading an ANSI sequence.
Normal = 0
Parser is reading normal input e.g. keys typed by user.