1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00

Merge pull request #2092 from Starpelly/console-reset-color-fix

Fix Console.ResetColor() not actually applying the original colors when called.
This commit is contained in:
Brian Fiete 2025-01-14 12:59:34 -08:00 committed by GitHub
commit 215fafac74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -396,6 +396,7 @@ namespace System
{
sForegroundColor = sOriginalForegroundColor;
sBackgroundColor = sOriginalBackgroundColor;
SetColors();
#if !BF_PLATFORM_WINDOWS
Write("\x1B[0m");