ansiEsc constant

String const ansiEsc

The ANSI escape sequence introducer. Signals the terminal that a control sequence follows.

Implementation

static const ansiEsc = '\x1B[';