ansiResetForeground top-level constant

String const ansiResetForeground

Ansi codes that default the terminal's foreground color without altering the background, when printed.

Does not modify AnsiPen!

Implementation

const ansiResetForeground = '${ansiEscape}39m';