1 write to XtermForegroundColorCode
aspire (1)
src\Shared\ConsoleLogs\AnsiParser.cs (1)
218newState.XtermForegroundColorCode = colorCode;
2 references to XtermForegroundColorCode
aspire (2)
src\Shared\ConsoleLogs\AnsiParser.cs (2)
479if (newState.XtermForegroundColorCode.HasValue) 481var colorValue = newState.XtermForegroundColorCode.Value;