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

Add support for the standard ANSI escape codes #66

Open
JoeMerten opened this issue Nov 2, 2015 · 2 comments
Open

Add support for the standard ANSI escape codes #66

JoeMerten opened this issue Nov 2, 2015 · 2 comments

Comments

@JoeMerten
Copy link

For my project, I need to have support of standard ANSI escape codes rendering in Xcode (see http://en.wikipedia.org/wiki/ANSI_escape_code). There was a pull request #12 from mkeiser on June 2014 but it wasn't merged.
Is there a reason why not want to make XcodeColors able to understand standard ANSI escape codes?
IMHO there should be no conflict when parsing both current esc[fg...; and standard ANSI simultaneously, isn't it?

@ChristianSteffens
Copy link

+1

Standard ANSI color codes would be great. I'm using Appcode as an IDE and therefore the use of XcodeColors isn't possible.

@bsrz
Copy link

bsrz commented Jun 3, 2016

@robbiehanson do you have any plans to fully support standard ANSI codes at all?
Right now, outputting to the Xcode console works fine, but outputting to a file really doesn't do any good...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants