Table of Contents

Enum AnsiSegmentType

Namespace
SharpConsoleUI.Diagnostics.Snapshots
Assembly
SharpConsoleUI.dll

Type of segment in a parsed ANSI line.

public enum AnsiSegmentType

Fields

AnsiCode = 1

ANSI escape sequence.

Text = 0

Visible text characters.