-
Notifications
You must be signed in to change notification settings - Fork 25
Everything is underlined in diff view #65
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
Comments
[colors]
# do not underline lines in hunks (since 0.19)
"diff removed token" = { underline = false }
"diff added token" = { underline = false } and lazyjj doesn't underline in diff, but if I comment these lines out, behavior the same as on your screenshot upd. Okay, jj doesn't underline without this, strange |
@istudyatuni , adding the Feel free to close this. |
I can't, but you can because you are the author of the issue |
Hmm, I changed my mind. I'm not really satisfied with disabling all the underlines. Is it possible to replicate the way that plain The underlines are very useful for when spaces get added or removed. Hopefully this new example makes it easier to see, where the indentation changes after adding the surrounding if block. |
I can replicate this as well. I have found the issue (reset bug in ansi-to-tui) and opened a PR: ratatui/ansi-to-tui#57 |
Uh oh!
There was an error while loading. Please reload this page.
Hello!
How can I get rid of the excess underlines in the diff view? What am I doing wrong?
It happens in both diff variants (color words and git diff).
I've tried on X and Wayland.
I've tried different terminal emulators (foot, kitty, wezterm, alacritty).
I've tried with a few different fonts.
Thank you!
The text was updated successfully, but these errors were encountered: