Enum TypewriterCursor
Whether — and how — a fake cursor should follow each character as the Typewriter writes it.
public enum TypewriterCursor : byte
Fields
None = 0No cursor glyph between characters.
Block = 1Half-block cursor (
▌or|on ASCII).Underline = 2An underscore cursor (
_).MatrixBlock = 3Full 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.