- May
- 15,047
- 271
I use a color scheme in WT in which color 0 is 00/00/00 and the default background color is 0C/0C/0C. And that's what I get when I start my "TCC36" profile (command line d:\tc36\tcc.exe). As soon as scrolling occurs, the background color changes from 0C/0C/0C (good) to 00/00/00 (bad) at the line where scrolling began. That's hard to see without the help of a debugging tool (easier in person). Below is part of DIR's output in a new TCC36. The debugging tool gives mouseX, mouseY, red, green, blue at the mouse pointer and, below, shows the change before/after scrolling began.
It's the same with any TCC /i startup option and it doesn't happen in other WT profiles, including older TCCs.
These are my TCC36 color options.
I have no clue wnat's going on.
Here's another symptom of the anomaly. Below, the background of the empty line is 00/00/00; the other lines ... 0C/0C/0C.
These are the BTM lines that use ANSI.
The empty line comes from this one.
Then,
Then in a DO loop,
It's the same with any TCC /i startup option and it doesn't happen in other WT profiles, including older TCCs.
These are my TCC36 color options.
I have no clue wnat's going on.
Here's another symptom of the anomaly. Below, the background of the empty line is 00/00/00; the other lines ... 0C/0C/0C.
These are the BTM lines that use ANSI.
The empty line comes from this one.
Code:
echo ^e[?25l^e[0m
Then,
Code:
echo ^e[?25l^e[0m
echo %@format[15,LOCAL]
echo ^e[4mHOST^e[0m ^e[4mOFFSET^e[0m ^e[4mSTRATUM^e[0m ^e[4mRTT^e[0m
Then in a DO loop,
Code:
echo NIST_%i %@format[7,%offset] %[stratum]%@format[8,%rtt]