Table of Contents

Enum TypewriterCursor

Namespace
Retro.Crt
Assembly
Retro.Crt.dll

Whether — and how — a fake cursor should follow each character as the Typewriter writes it.

public enum TypewriterCursor : byte

Fields

None = 0

No cursor glyph between characters.

Block = 1

Half-block cursor ( or | on ASCII).

Underline = 2

An underscore cursor (_).

MatrixBlock = 3

Full solid block ( or # on ASCII). The chunky "Wake up, Neo" cursor — pair with Blink(int, TypewriterCursor, Color?, int) for the full pause-and-blink Matrix vibe between phrases.