Table of Contents

Enum CursorVisibility

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Terminal Cursor Visibility settings.

public enum CursorVisibility

Fields

Box = 16908644

Cursor caret is displayed as a blinking block ▉

BoxFix = 33685860

Cursor caret is displayed a block ▉

Default = 65817

Cursor caret has default

Invisible = 50331673

Cursor caret is hidden

Underline = 50397465

Cursor caret is normally shown as a blinking underline bar _

UnderlineFix = 67174681

Cursor caret is normally shown as a underline bar _

Vertical = 83951897

Cursor caret is displayed a blinking vertical bar |

VerticalFix = 100729113

Cursor caret is displayed a blinking vertical bar |

Remarks

Hex value are set as 0xAABBCCDD where : AA stand for the TERMINFO DECSUSR parameter value to be used under Linux and MacOS BB stand for the NCurses curs_set parameter value to be used under Linux and MacOS CC stand for the CONSOLE_CURSOR_INFO.bVisible parameter value to be used under Windows DD stand for the CONSOLE_CURSOR_INFO.dwSize parameter value to be used under Windows