Table of Contents

Property DefaultMaximumIterationsPerSecond

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

DefaultMaximumIterationsPerSecond

Gets the default maximum number of iterations per second for the main loop.

public static ushort DefaultMaximumIterationsPerSecond { get; }

Property Value

ushort

Remarks

This value determines the default upper limit on how many times the main loop can execute per second. Adjusting this value can affect application responsiveness and CPU usage.