klyn.gui.terminal.Terminal.idlePollIntervalMs
property
public property idlePollIntervalMs as Int:
Description

Maximum delay, in milliseconds, before the terminal calls widget idle hooks.

Lower values improve animations and games, while higher values reduce CPU wakeups for static terminal applications.

Example
terminal = Terminal.instance
terminal.idlePollIntervalMs = 16