Open lukasnee opened 3 years ago
would be so nice to support some of the basic terminal colors, or at least an option to hide (do not print out) escape sequences from rx stream.
When I receive something like this:
[34mFIB> [33mhelp [32mHello World! 51 [31mFAIL: ‑2
I am expecting to see (colored or not):
FIB> help Hello World! 51 FAIL: -2
note. the is ASCII escape symbol 033 aka \e
\e
nice article if unfamiliar: https://misc.flogisoft.com/bash/tip_colors_and_formatting
would love to contribute myself, but I have no experience with java or mobile app development :/
super nice app tho! love it
would be so nice to support some of the basic terminal colors, or at least an option to hide (do not print out) escape sequences from rx stream.
When I receive something like this:
I am expecting to see (colored or not):
note. the
is ASCII escape symbol 033 aka
\e
nice article if unfamiliar: https://misc.flogisoft.com/bash/tip_colors_and_formatting
would love to contribute myself, but I have no experience with java or mobile app development :/
super nice app tho! love it