Thomas Otto
Thomas Otto
Thank you for your bug reports! Unfortunately, I was unable to reproduce this by resizing my terminal to various sizes, using the current main or v0.17 of delta. Can you...
Yes, those are probably two different triggers, `diff.colorMoved = default` means git itself colors in moved lines, this is usually lost when dumping a diff to a file. @jan-swiecki -...
If you obtained the binary via `cargo install` then please try `cargo install --locked git-delta` [via shaicoleman in #1726](https://github.com/dandavison/delta/issues/1726#issuecomment-2339307377). It seems a dependency only works as expected when using the...
Should be fixed in 0.18.2 and work without `--locked` now.
I was also unable to reproduce this, see #1724 :frowning_face:
Yes, those are related. Does this happen with a public repo, or could you share a diff? With `--side-by-side` the current terminal width (`echo $COLUMNS`) is also import, ideally it...
Sorry, still can't reproduce this, using the `cargo install git-delta` binary, on Debian 12 using xterm or Konsole, also tried inside tmux or screen. Using the _delta-0.17.0-x86_64-unknown-linux-gnu_ or _delta-0.17.0-x86_64-unknown-linux-musl_ binaries...
Works fine with alacritty 0.14.0-dev (102b89a8, terminfo present) here, with or without tmux (3.3a-3) ... The dependencies will be hard to untangle, and I have a few more ideas: Does...
> Hiding terminal [..] works correctly Thank you, very interesting. And strange - but also... not reproducible here, with kitty 0.26.5 or 0.31.0 on Debian or Fedora. Looking at the...
Should be fixed in 0.18.2, thanks everyone, I was following completely wrong leads!