浏览代码

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