Table of Contents

Property ResponseReceived

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ResponseReceived

Invoked when the console responds with an ANSI response code that matches the Terminator

public required Action<string> ResponseReceived { get; init; }

Property Value

Action<string>