ansiResetBackground top-level constant Null safety
Ansi codes that default the terminal's background color without altering the foreground, when printed.
Does not modify AnsiPen!
Implementation
const ansiResetBackground = '${ansiEscape}49m';
Ansi codes that default the terminal's background color without altering the foreground, when printed.
Does not modify AnsiPen!
const ansiResetBackground = '${ansiEscape}49m';