andyk / ht

headless terminal - wrap any binary with a terminal interface for easy programmatic access.
Apache License 2.0
746 stars 12 forks source link

Detect change to terminal window without polling? #9

Open crdoconnor opened 3 weeks ago

crdoconnor commented 3 weeks ago

Is there a way to, say, wait for text to appear on the screen without taking screenshots and waiting 100 milliseconds?

andyk commented 3 weeks ago

Not currently. I just added this to the "Possible future work" section of the readme though.