We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: