-
Notifications
You must be signed in to change notification settings - Fork 166
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
Word wrap #56
Comments
It's been almost a year and no even a single comment. Do you accept PR? |
@jcubic - did you every make a fix for this? It also seems to mess up due to string-width library not detecting ANSI codes. (Which it can when set). |
No, I was not even checking the code. |
@jcubic - fair enough. If you ever take a jab at this do lmk. ps; I made a pr on the lolcat module you published. Would love to work with you on something / together in future. As my library is heavily inspired by yours in my organization. ie; Termino.js |
I use you library as demo for jQuery Terminal and it seems that it don't wrap word properly,
type this:
echo There is in the worst of fortunes the best change of a happy ending. | say
the output is:
but native cowsay prints:
As you can see best is never broken into two words. If you will accept PR I can check if I can fix this.
The text was updated successfully, but these errors were encountered: