Table of Contents

Constructor KittyKeyboardProtocolDetector

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

KittyKeyboardProtocolDetector(IDriver?, IAnsiStartupGate?)

Creates a new detector that sends its query through the provided driver.

public KittyKeyboardProtocolDetector(IDriver? driver, IAnsiStartupGate? startupGate = null)

Parameters

driver IDriver

The driver to send ANSI requests through.

startupGate IAnsiStartupGate

Optional startup gate to mark query readiness.