Table of Contents

Property AnsiStartupGate

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

AnsiStartupGate

Gets or sets the ANSI startup readiness gate.

AnsiStartupGate? AnsiStartupGate { get; set; }

Property Value

AnsiStartupGate

Remarks

When set, startup rendering can be deferred until required ANSI startup capability probes complete (or time out). When null, startup rendering proceeds immediately.

Tests and inline app mode can assign a gate instance to opt into this behavior.