RED constant

AnsiColor const RED

Foreground: Bright red (ANSI code 9).

Implementation

static const AnsiColor RED = AnsiColor.fg(9);