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

[Feature] Optimize reset+color character combinations #81

Open
lucemans opened this issue Dec 31, 2021 · 1 comment
Open

[Feature] Optimize reset+color character combinations #81

lucemans opened this issue Dec 31, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@lucemans
Copy link
Member

Describe the solution you'd like
A .replace(/\x1b\39m\x1b/g, '\x1b') must be optionally used to optimize the ascii output.
A config variable like optimizeAnsi (default true) should be made available.

@lucemans lucemans added the enhancement New feature or request label Dec 31, 2021
@lucemans
Copy link
Member Author

As per @prokopschield

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

3 participants