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

Invalid \r handling #172

Open
martin31821 opened this issue Aug 23, 2018 · 1 comment
Open

Invalid \r handling #172

martin31821 opened this issue Aug 23, 2018 · 1 comment

Comments

@martin31821
Copy link

When I write \r to a view, the line is discarded, which is actually wrong, since the only thing a \r should do is to set the cursor, so either we ignore \r, or handle it correctly.

It's broken here

@MichaelMure
Copy link

I can confirm the problem, I had to replace windows line ending (\r\n) into unix one (\n) to avoid that.

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

No branches or pull requests

2 participants