By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!cls /c black on bright yellow
It looks like the "bright" bit gets lost; I don't know how. But to change the background color, I suggest CLS /C:
Code:cls /c black on bright yellow
My gut feeling is it may have something to do with which palette entry is selected when you pick a new colour numerically.
Is this in a stand-alone TCC console window, or in a Take Command tab window?
How did you configure your colors? There are multiple ways to do it :
Each approach has advantages and disadvantages; without knowing how you're setting your colors I can't provide an answer on how to correct it.
- The registry
- The console properties
- The Take Command configuration dialog (Tabs / Windows)
- The TCC configuration dialog (OPTION / Windows)
- ANSI strings
But, looking at your screenshot, the text background is bright yellow. Therefore the palette entry for "bright yellow" is set correctly. I suspect you're somehow filling the console buffer with the wrong value, which gets overwritten with the right value as text is written to the console.
Did you try CLS /C BLACK ON BRIGHT YELLOW ?
I had to reinstall Windows and TCC recently. Now colours are behaving strangely.
I configured black on pale yellow, which it does where where there is text, but leaves the rest of the screen a dark yellow green. Where did it get that colour from?
2. When I use a colour number, I can get any 32-bit colour background I desire for the rest of the run. The problem is sticking for the next run. I still don't know if this is part of TCC or part of Windows.