BDisp 10 ماه پیش
والد
کامیت
be1dc806af
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      Terminal.Gui/ConsoleDrivers/AnsiEscapeSequence/AnsiEscapeSequenceRequest.cs

+ 1 - 2
Terminal.Gui/ConsoleDrivers/AnsiEscapeSequence/AnsiEscapeSequenceRequest.cs

@@ -3,8 +3,7 @@ namespace Terminal.Gui;
 
 /// <summary>
 ///     Describes an ongoing ANSI request sent to the console.
-///     Use <see cref="ResponseReceived"/> to handle the response
-///     when the console answers the request.
+///     Send a request using <see cref="ConsoleDriver.TryWriteAnsiRequest"/> which will return the response.
 /// </summary>
 public class AnsiEscapeSequenceRequest
 {