Property SizeDetection
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
- See Also