Class AnsiEscapeSequenceRequest | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Describes an ongoing ANSI request sent to the console. Use ResponseReceived to handle the response when console answers the request.
public class AnsiEscapeSequenceRequest : AnsiEscapeSequence
Inheritance
AnsiEscapeSequenceRequest
Inherited Members
Properties
Invoked if the console fails to responds to the ANSI response code
Invoked when the console responds with an ANSI response code that matches theTerminator
Methods
Sends the Request to the raw output stream of the current ConsoleDriver. Only call this method from the main UI thread. You should use AnsiRequestScheduler if sending many requests.