We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you echo text with longer spaces it means have leading spaces
Leading spaces should be removed
There are leading spaces
var lines = $.terminal.split_equal('This is some text with spaces', 20, true); term.echo(lines.join('\n'));
This bug is introduced by #738
The text was updated successfully, but these errors were encountered:
Leading spaces with echo + keepWords #754
1a7436b
No branches or pull requests
Issue summary
When you echo text with longer spaces it means have leading spaces
Expected behavior
Leading spaces should be removed
Actual behavior
There are leading spaces
Steps to reproduce
This bug is introduced by #738
The text was updated successfully, but these errors were encountered: