Table of Contents

Property InitialSizeReceived

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

InitialSizeReceived

Gets whether the initial terminal size has been determined. Returns true for size monitors that know the size synchronously (e.g. via native APIs). For ANSI-based monitors that query size asynchronously via CSI escape sequences, returns false until the first size response is received from the terminal.

bool InitialSizeReceived { get; }

Property Value

bool