Searched refs:SGRDecodingState (Results 1 – 1 of 1) sorted by relevance
556 sgrDecodingState = SGRDecodingState.NotDecoding; in FinishSGRDecoding()572 case SGRDecodingState.NotDecoding: in AppendCharToBuffer()577 sgrDecodingState = SGRDecodingState.EscapeDetected; in AppendCharToBuffer()586 case SGRDecodingState.EscapeDetected: in AppendCharToBuffer()590 sgrDecodingState = SGRDecodingState.LeftBracketDetected; in AppendCharToBuffer()599 case SGRDecodingState.LeftBracketDetected: in AppendCharToBuffer()706 private SGRDecodingState sgrDecodingState;811 private enum SGRDecodingState enum in Antmicro.Renode.Testing.TerminalTester