Table of Contents

Enum EscSeqUtils.DECSCUSR_Style

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Styles for ANSI ESC "[x q" - Set Cursor Style

public enum EscSeqUtils.DECSCUSR_Style

Fields

BlinkingBar = 5

DECSCUSR - Blinking Bar - Blinking bar cursor shape

BlinkingBlock = 1

DECSCUSR - Blinking Block - Blinking block cursor shape

BlinkingUnderline = 3

DECSCUSR - Blinking Underline - Blinking underline cursor shape

SteadyBar = 6

DECSCUSR - Steady Bar - Steady bar cursor shape

SteadyBlock = 2

DECSCUSR - Steady Block - Steady block cursor shape

SteadyUnderline = 4

DECSCUSR - Steady Underline - Steady underline cursor shape

UserShape = 0

DECSCUSR - User Shape - Default cursor shape configured by the user