Skip to content
New issue

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

ANSI/VT100 terminal color support #21

Open
lukasnee opened this issue Feb 7, 2021 · 0 comments
Open

ANSI/VT100 terminal color support #21

lukasnee opened this issue Feb 7, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@lukasnee
Copy link

lukasnee commented Feb 7, 2021

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

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

@kai-morich kai-morich added the enhancement New feature or request label Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants