Closed ericwu13 closed 3 months ago
I have these texts b'\r\x1b[mBlablabla\x1b[33mSomethingsomething\n', but the extensions does not work. Is there any solution to this?
b'\r\x1b[mBlablabla\x1b[33mSomethingsomething\n'
This extension only works with actual ANSI escapes, and does not understand the backslash-escaped forms used in source code.
(duplicate of #12)
I have these texts
b'\r\x1b[mBlablabla\x1b[33mSomethingsomething\n'
, but the extensions does not work. Is there any solution to this?