Преглед изворни кода

Explain what the colors represent.

BDisp пре 9 месеци
родитељ
комит
3c4564c907
1 измењених фајлова са 1 додато и 1 уклоњено
  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 ()
         {
-            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 ()
         };