CsiToken Class

Definition

Represents a CSI (Control Sequence Introducer) sequence, typically of the form ESC [ parameters intermediates final.

[NullableContext((byte)1)]
[Nullable((byte)0)]
public sealed record CsiToken : AnsiToken, IEquatable<AnsiToken>, IEquatable<CsiToken>

Remarks

Examples:

  • ESC [ 31 m (SGR red foreground)
  • ESC [ ? 25 l (hide cursor)
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (6)

Methods (8)

Operators (2)

Extensions (4)