Table of Contents

Method Add

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Add(string, int)

Adds a new request for the ANSI Escape Sequence defined by terminator. Adds a EscSeqReqStatus instance to Statuses list.

public void Add(string terminator, int numReq = 1)

Parameters

terminator string

The terminator.

numReq int

The number of requests.