Searched refs:sgrDecodingState (Results 1 – 1 of 1) sorted by relevance
556 sgrDecodingState = SGRDecodingState.NotDecoding; in FinishSGRDecoding()562 …this.Log(LogLevel.Noisy, "Appending char >>{0}<< to buffer in state {1}", value, sgrDecodingState); in AppendCharToBuffer()570 switch(sgrDecodingState) in AppendCharToBuffer()577 sgrDecodingState = SGRDecodingState.EscapeDetected; in AppendCharToBuffer()590 sgrDecodingState = SGRDecodingState.LeftBracketDetected; in AppendCharToBuffer()706 private SGRDecodingState sgrDecodingState; field in Antmicro.Renode.Testing.TerminalTester