dandavison / delta

A syntax-highlighting pager for git, diff, grep, and blame output
https://dandavison.github.io/delta/
MIT License
21.32k stars 358 forks source link

Weird EOL characters in side-by-side diff output ( ^[[0K ) #1694

Closed 2art closed 1 month ago

2art commented 1 month ago

The side-by-side output right side is filled with this ^[[0K character at ends of lines. I tried playing around with settings a lot to no avail. See picture for what I mean..

.gitconfig includes:

[core]
    eol = lf
    autocrlf = input
    editor = "vscodium --wait"
    pager = delta
[interactive]
    diffFilter = delta --color-only --features=interactive
[pager]
    diff = delta
[delta]
    side-by-side = true
[diff]
    tool = delta

ss-ddmeos240422-240506-211409-1640x952