Skip to content

Commit

Permalink
Explain what the colors represent.
Browse files Browse the repository at this point in the history
  • Loading branch information
BDisp committed Nov 2, 2024
1 parent c999fc0 commit 3c4564c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UICatalog/Scenarios/AnsiEscapeSequenceRequests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ private View BuildBulkTab ()

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

0 comments on commit 3c4564c

Please sign in to comment.