Hi,
I'm using TCC only, and a "ver" shows "TCC 26.02.43 x64 Windows 10 [Version 10.0.19042.1466]".
In my tcstart.btm I have the following (whittled down to the simplest, it's normally an execstr thingy):
set prompt=$P$e[32;1mFOO$e[0m$g
setdos /A1
Basically, show some text in green in latter part of the prompt, and then revert back. Works great in general, haven't seen a problem with it. However, when I try to "list somefile.txt", all I get is just the title line and the rest is a blank screen. There apparently is text there, so using the arrow keys shows the line number etc changing. If I do remove the end 'reset' escape sequence ($e[0m) the list command is now in green.
I've tried many ways to get list and prompt ansi escapes to work the way everything else seems to work fine, but I can't seem to get list to behave...any tips?
Thanks,
ken1
I'm using TCC only, and a "ver" shows "TCC 26.02.43 x64 Windows 10 [Version 10.0.19042.1466]".
In my tcstart.btm I have the following (whittled down to the simplest, it's normally an execstr thingy):
set prompt=$P$e[32;1mFOO$e[0m$g
setdos /A1
Basically, show some text in green in latter part of the prompt, and then revert back. Works great in general, haven't seen a problem with it. However, when I try to "list somefile.txt", all I get is just the title line and the rest is a blank screen. There apparently is text there, so using the arrow keys shows the line number etc changing. If I do remove the end 'reset' escape sequence ($e[0m) the list command is now in green.
I've tried many ways to get list and prompt ansi escapes to work the way everything else seems to work fine, but I can't seem to get list to behave...any tips?
Thanks,
ken1