mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-08 19:32:39 +08:00
Merge pull request #5613 from maron2000/fix_color
Fix a couple of typos in COLOR command
This commit is contained in:
commit
dce72c6f1b
@ -8644,7 +8644,7 @@ void COLORPGM::Run()
|
||||
else if (fg=='5'||tolower(fg)=='d')
|
||||
fgc=35;
|
||||
else if (fg=='6'||tolower(fg)=='e')
|
||||
fgc=32;
|
||||
fgc=33;
|
||||
else if (fg=='7'||tolower(fg)=='f')
|
||||
fgc=37;
|
||||
else
|
||||
@ -8662,7 +8662,7 @@ void COLORPGM::Run()
|
||||
else if (bg=='5'||tolower(bg)=='d')
|
||||
bgc=45;
|
||||
else if (bg=='6'||tolower(bg)=='e')
|
||||
bgc=42;
|
||||
bgc=43;
|
||||
else if (bg=='7'||tolower(bg)=='f')
|
||||
bgc=47;
|
||||
else
|
||||
@ -8691,7 +8691,7 @@ void COLORPGM::Run()
|
||||
else if (fg=='5'||tolower(fg)=='d')
|
||||
fgc=35;
|
||||
else if (fg=='6'||tolower(fg)=='e')
|
||||
fgc=32;
|
||||
fgc=33;
|
||||
else if (fg=='7'||tolower(fg)=='f')
|
||||
fgc=37;
|
||||
else
|
||||
@ -8702,7 +8702,7 @@ void COLORPGM::Run()
|
||||
bg='0';
|
||||
bgc=40;
|
||||
fg='7';
|
||||
bgc=37;
|
||||
fgc=37;
|
||||
}
|
||||
else
|
||||
back=true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user