ansiResetBackground top-level constant

String const ansiResetBackground

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

Does not modify AnsiPen!

Implementation

const ansiResetBackground = '${ansiEscape}49m';