-
Notifications
You must be signed in to change notification settings - Fork 9
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
Rendered lines disappear when CRLF is present #57
Comments
The same issue exists on Linux (e.g. Manjaro Linux) too -- scm-diff-editor (8df3f45) behaves exactly the same (lines just disappear). |
arxanas
changed the title
The colored line terminating with CRLF disappears when cursor moves there (Windows)
Rendered lines disappear when CRLF is present
Jul 7, 2024
I put up #61 for this. I'm not sure what the best way is to decide if a character is non-printing. I checked if the Unicode width is zero. |
0d59b0f fixed the issue for me 😄 |
I released scm-record v0.4.0; still need to upstream the version update to jj. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the bug
first.txt
second.txt
Expected behavior
Whether line terminates with LF or CRLF, the text where cursor exists does not disappear.
Actual behavior
Version of
rustc
rustc 1.74.1 (a28077b28 2023-12-04)
The text was updated successfully, but these errors were encountered: