The print output doesn't use escape character
Its annoying because i use some "\x1b[31m" in my code to color text output but it print the Raw text instead
Solution?
Well, it just need to use escape character properly like a terminal or shell would.
Maybe add a toggle next to it or somewhere to toggle between Raw and formatted.
Thx for your attention.
The print output doesn't use escape character
Its annoying because i use some "\x1b[31m" in my code to color text output but it print the Raw text instead
Solution?
Well, it just need to use escape character properly like a terminal or shell would.
Maybe add a toggle next to it or somewhere to toggle between Raw and formatted.
Thx for your attention.