Table of Contents

Interface IConsoleDriverFacade

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

Interface for v2 driver abstraction layer

public interface IConsoleDriverFacade

Properties

InputProcessor

Class responsible for processing native driver input objects e.g. ConsoleKeyInfo into Key events and detecting and processing ansi escape sequences.

OutputBuffer

Describes the desired screen state. Data source for IConsoleOutput.

WindowSizeMonitor

Interface for classes responsible for reporting the current size of the terminal window.