Table of Contents

Method Remove

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Remove(string)

Removes a request defined by terminator. If a matching EscSeqReqStatus is found and the number of outstanding requests is greater than 0, the number of outstanding requests is decremented. If the number of outstanding requests is 0, the EscSeqReqStatus is removed from Statuses.

public void Remove(string terminator)

Parameters

terminator string

The terminating string.