Table of Contents

Enum CursorBlink

Namespace
SharpConsoleUI.Core
Assembly
SharpConsoleUI.dll

Controls hardware-cursor blinking via DECSCUSR. The terminal owns the blink rate; only blinking-vs-steady (and the terminal default) can be selected.

public enum CursorBlink
Extension Methods

Fields

Blinking at the terminal's native rate (DECSCUSR odd codes).

Non-blinking cursor (DECSCUSR even codes).

Terminal default (DECSCUSR 0).