[Help] What's wrong with my terminal
As you can see, I totally copied your sample code but in Windows terminal cannot present any color and animate...
You're probably running the code through a wrapper that's preventing terminal detection. Try constructing your terminal with Terminal(AnsiLevel.TRUECOLOR)
Thank you very much for solving my problem. I apologize for not reading the development documentation carefully.
One more thing, although the color has been restored, the white gradient streamline animation of the progress bar is not displayed. Is it because your example code has turned off some settings?
My bad, I should use animateInCoroutine instead of build. But how can I use animateInCoroutine function in Panel widget?