Table of Contents

Property SizeDetection

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

SizeDetection

Controls how the ANSI driver detects the terminal's window size. Defaults to Polling, which uses a synchronous native query (ioctl on Unix, Console API on Windows). Set to AnsiQuery for transports that require an ANSI CSI 18t query instead.

public static SizeDetectionMode SizeDetection { get; set; }

Property Value

SizeDetectionMode
See Also