Fix typo of default foreground color in COLOR command

This commit is contained in:
maron2000 2025-03-31 20:59:26 +09:00
parent b72ae82f87
commit d3019b644b

View File

@ -8699,7 +8699,7 @@ void COLORPGM::Run()
bg='0';
bgc=40;
fg='7';
bgc=37;
fgc=37;
}
else
back=true;