Explain what the colors represent.

This commit is contained in:
BDisp
2024-11-02 21:12:08 +00:00
parent c999fc0028
commit 3c4564c907

View File

@@ -196,7 +196,7 @@ public sealed class AnsiEscapeSequenceRequests : Scenario
var lbl = new Label ()
{
Text = "This scenario tests Ansi request/response processing. Use the TextView to ensure regular user interaction continues as normal during sends",
Text = "This scenario tests Ansi request/response processing. Use the TextView to ensure regular user interaction continues as normal during sends. Responses are in red, queued messages are in green.",
Height = 2,
Width = Dim.Fill ()
};