1 write to XtermForegroundColorCode
Aspire.Dashboard (1)
ConsoleLogs\AnsiParser.cs (1)
149newState.XtermForegroundColorCode = colorCode;
2 references to XtermForegroundColorCode
Aspire.Dashboard (2)
ConsoleLogs\AnsiParser.cs (2)
358if (newState.XtermForegroundColorCode.HasValue) 360var colorValue = newState.XtermForegroundColorCode.Value;