Hi,
I am trying just a simple hello world:
\starttext
Hello World!
\stoptext
From the latest lmtx install (2021.08.24 22:16) on an ubuntu 64bit live system:
These give the desired color output for lmtx
context --ansi test.tex
context --ansilog test.tex
But with luatex, these make no difference in the stdout (no ansi colors)
context --luatex --ansi test.tex
context --luatex --ansilog test.tex
Adam