Table of Contents

Method SetCursorNeedsUpdate

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

SetCursorNeedsUpdate(bool)

Signals that the cursor needs to be updated without requiring a full redraw.

void SetCursorNeedsUpdate(bool needsUpdate)

Parameters

needsUpdate bool

Indicates whether the cursor needs to be updated.

Remarks

This method is called by SetCursorNeedsUpdate() when a view's cursor position or shape changes but the view content does not need to be redrawn.