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
Atom 0.123.0 Terminal Status 1.3.5
The terminal is all black and white. ls yields no colors, nor does my fancy test runner color anything.
ls
It did, however, parse this correctly: echo "\033[31mHello World\033[0m" and give me red text. The \x1B[0m format works for me as well, but not \e[0m.
echo "\033[31mHello World\033[0m"
\x1B[0m
\e[0m
Possibly OT: In my bash terminal i need the -e flag to echo for this to work, while terminal-status doesn't, and actually outputs the -e.
-e
The text was updated successfully, but these errors were encountered:
This could of course be a problem with ansi-html-stream. What do you think?
Sorry, something went wrong.
Came to report this as well. Would love to see colors working, especially for stuff like git branch and diff.
+1 to this feature, I want to use this but no colors is pretty lame :(
No branches or pull requests
Atom 0.123.0
Terminal Status 1.3.5
The terminal is all black and white.
ls
yields no colors, nor does my fancy test runner color anything.It did, however, parse this correctly:
echo "\033[31mHello World\033[0m"
and give me red text.The
\x1B[0m
format works for me as well, but not\e[0m
.Possibly OT: In my bash terminal i need the
-e
flag to echo for this to work, while terminal-status doesn't, and actually outputs the-e
.The text was updated successfully, but these errors were encountered: