chalk / wrap-ansi

Wordwrap a string with ANSI escape codes
MIT License
120 stars 25 forks source link

Support fullwidth characters #10

Closed sindresorhus closed 7 years ago

sindresorhus commented 8 years ago

https://en.wikipedia.org/wiki/Halfwidth_and_fullwidth_forms

I've added a failing skipped test: https://github.com/chalk/wrap-ansi/commit/36535e127b191f96c1b47eec9919d334054a31fa

dthree commented 8 years ago

K thanks.