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
if you paste text with \r characters it should work the same as with it.
Cursor position is broken
create file with CRLF ending on windows and enter some text with newlines and copy past it to terminal. the cursor is off my the number of newlines.
Windows
The text was updated successfully, but these errors were encountered:
Possible solution use tracking_replace to remove CR from string.
Sorry, something went wrong.
remove clear CR in cmd #436
80f2bfa
Actually \r in command line don't give problems it give width: 0ch and browser threat it as space.
width: 0ch
No branches or pull requests
Expected behavior
if you paste text with \r characters it should work the same as with it.
Actual behavior
Cursor position is broken
Steps to reproduce
create file with CRLF ending on windows and enter some text with newlines and copy past it to terminal.
the cursor is off my the number of newlines.
Browser and OS
Windows
The text was updated successfully, but these errors were encountered: