Преглед на файлове

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 ()
         };