1 write to Foreground
System.Console (1)
System\TerminalFormatStrings.cs (1)
71Foreground = db.GetString(TermInfo.WellKnownStrings.SetAnsiForeground);
1 reference to Foreground
System.Console (1)
System\ConsolePal.Unix.cs (1)
799string? formatString = foreground ? TerminalFormatStringsInstance.Foreground : TerminalFormatStringsInstance.Background;