1 write to XtermBackgroundColorCode
Aspire.Hosting (1)
src\Shared\ConsoleLogs\AnsiParser.cs (1)
218
newState.
XtermBackgroundColorCode
= colorCode;
2 references to XtermBackgroundColorCode
Aspire.Hosting (2)
src\Shared\ConsoleLogs\AnsiParser.cs (2)
492
if (newState.
XtermBackgroundColorCode
.HasValue)
494
var colorValue = newState.
XtermBackgroundColorCode
.Value;