Browse Source

Explain what the colors represent.

BDisp 9 months ago
parent
commit
3c4564c907
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UICatalog/Scenarios/AnsiEscapeSequenceRequests.cs

+ 1 - 1
UICatalog/Scenarios/AnsiEscapeSequenceRequests.cs

@@ -196,7 +196,7 @@ public sealed class AnsiEscapeSequenceRequests : Scenario
 
 
         var lbl = new Label ()
         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,
             Height = 2,
             Width = Dim.Fill ()
             Width = Dim.Fill ()
         };
         };