Class EscSeqReqStatus | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Represents the status of an ANSI escape sequence request made to the terminal usingEscSeqRequests.

public class EscSeqReqStatus

Inheritance

EscSeqReqStatus

Inherited Members

Constructors

EscSeqReqStatus(string, int)

Creates a new state of escape sequence request.

Properties

NumOutstanding

Gets the number of unfinished requests.

NumRequests

Gets the number of requests.

Terminator

Gets the Escape Sequence Terminator (e.g. ESC[8t ... t is the terminator).