movementCapsOverride property

({bool useBackspace, bool useTabs})? movementCapsOverride
final

Optional override for terminal movement optimization capabilities.

This provides a compatibility hook for environments where probing the terminal (e.g. via stty) is undesirable or unreliable.

When set, the UV renderer uses these values instead of calling terminal.optimizeMovements().

Implementation

final ({bool useTabs, bool useBackspace})? movementCapsOverride;