Open martin31821 opened 6 years ago
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
I can confirm the problem, I had to replace windows line ending (\r\n) into unix one (\n) to avoid that.
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