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

Implement support for ANSI color codes #1

Open
AlexGustafsson opened this issue Dec 22, 2020 · 1 comment
Open

Implement support for ANSI color codes #1

AlexGustafsson opened this issue Dec 22, 2020 · 1 comment
Labels
enhancement New feature or request priority:medium This issue should likely be considered soon

Comments

@AlexGustafsson
Copy link
Owner

There's a base parser for ANSI escape codes already implemented in the shared package. But further work is required to use the codes and render the final text including attributes such as colors.

@AlexGustafsson AlexGustafsson added enhancement New feature or request priority:medium This issue should likely be considered soon labels Dec 22, 2020
@AlexGustafsson
Copy link
Owner Author

Note; the current implementation is not used in the render due to it causing a crash for an unknown reason. No logs are produced, but removing the usage of Ansi.format(output) solves an issue where a notification view being closed manually would crash the app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:medium This issue should likely be considered soon
Projects
None yet
Development

No branches or pull requests

1 participant