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

Bug: it counts ansii colour info as part of width resulting in wrong wrapping #28

Open
emahuni opened this issue Aug 23, 2018 · 1 comment
Labels

Comments

@emahuni
Copy link

emahuni commented Aug 23, 2018

wrap(chalk`{green this} {red is} a long string {bold to be} {yellow wrapped}`,5);

will not wrap corretly because it is including ansi color info as part of the string.

@starpit
Copy link

starpit commented Apr 2, 2021

We could employ https://www.npmjs.com/package/strip-ansi to help with this perhaps?

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

No branches or pull requests

4 participants
@jonschlinkert @starpit @emahuni and others