- May
- 12,621
- 152
If your background color is color 0 (black) this BTM (TEST.BTM) will change color 0 to grey and the console will be re-drawn (with a grey background). If your background color is not 0, change the value of i appropriately.
But if I do either of these:
the console will not be re-drawn until after the delay.
What's going on there?
Code:
set i=0
set r=80
set g=80
set b=80
echos ^e]4;%i;rgb:%r/%g/%b^e
But if I do either of these:
1. put delay 3 at the end of TEST.BTM
2. execute
TEST.BTM & delay 3
the console will not be re-drawn until after the delay.
What's going on there?