Here's an odd one. When I use something like "LIST *.txt" from TCC to view whatever files, the first one has the correct bright white on black text. Using escape or ctrl-pageup/down to move between files, the color changes to a darker/regular white on black, no longer bright white.
I noticed this a few revisions back in v36 and I think v35 was okay with this.
Just in case this is somehow related to the OS, I tried this on a couple different systems including a Windows 11 and also a Windows Server 2025 system with the same result.
In my tcstart.btm I have a line:
color bri white on black
Which might be a default? But I've been setting it that way on startup for years, just in case. So I don't know if that plays into this issue at all.
I also set my prompt in tcstart with this, using ANSI escape sequences to give me a bright cyan on black CWD with yellow brackets. :)
prompt $e[33;40;1m[$e[36;40;1m$P$e[33;40;1m]$e[37;40;1m
Again, just including that tidbit in case it has anything to do with the LIST behavior.
For what it's worth, if I set my prompt to just $p$g and also set something like "color bri yellow on black", I get the expected colors on the command prompt, and the first file I LIST will be yellow on black, but it does the same thing where moving to another file results in plain white on black from that point on. When I'm done listing files and get back to the command prompt, it's no longer yellow on black, it's just the regular white on black. LIST seems to overwrite whatever colors were set.
I noticed this a few revisions back in v36 and I think v35 was okay with this.
Just in case this is somehow related to the OS, I tried this on a couple different systems including a Windows 11 and also a Windows Server 2025 system with the same result.
In my tcstart.btm I have a line:
color bri white on black
Which might be a default? But I've been setting it that way on startup for years, just in case. So I don't know if that plays into this issue at all.
I also set my prompt in tcstart with this, using ANSI escape sequences to give me a bright cyan on black CWD with yellow brackets. :)
prompt $e[33;40;1m[$e[36;40;1m$P$e[33;40;1m]$e[37;40;1m
Again, just including that tidbit in case it has anything to do with the LIST behavior.
For what it's worth, if I set my prompt to just $p$g and also set something like "color bri yellow on black", I get the expected colors on the command prompt, and the first file I LIST will be yellow on black, but it does the same thing where moving to another file results in plain white on black from that point on. When I'm done listing files and get back to the command prompt, it's no longer yellow on black, it's just the regular white on black. LIST seems to overwrite whatever colors were set.