Home
last modified time | relevance | path

Searched refs:sgrDecodingState (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DTerminalTester.cs556 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