1 write to XtermBackgroundColorCode
Aspire.Dashboard (1)
ConsoleLogs\AnsiParser.cs (1)
145newState.XtermBackgroundColorCode = colorCode;
2 references to XtermBackgroundColorCode
Aspire.Dashboard (2)
ConsoleLogs\AnsiParser.cs (2)
367if (newState.XtermBackgroundColorCode.HasValue) 369var colorValue = newState.XtermBackgroundColorCode.Value;