I am using TeraTerm(v4.106) to monitor the terminal for a specific string of text in order to execute some manual operations for a test. I would like to have a macro that reads each line outputted to the terminal and highlights it some color (if it matches) so that it's easier for me to know when to execute my test steps. I'm not at all familiar with .ttl and only have a small amount of python programming experience.
I've tried using ChatGPT to make this for me, but as of late, it seems to want to call functions that don't exist or use incorrect syntax.