Open mayorbyrne opened 1 month ago
Are you using WezTerm? I tried to reproduce this with all the terminal emulators that I could find on my machine, and only WezTerm showed this behavior. It works fine in Terminal.app, iTerm, Kitty, Alacritty, and VS Code's integrated terminal.
I think this is a bug in WezTerm. What seems to happen is that WezTerm sends the mouse-down event to lazygit, and then lazygit suspends to the background in order to launch vim; the mouse-up event is never seen by lazygit. Then, after lazygit resumes, the mouse-move events that WezTerm sends to lazygit still contain the "mouse-button-1-is-pressed" flag. That's the bug.
Describe the bug I'm seeing some unintended behavior with regards to hyperlinks in delta. They work as expected on first click, but after that it appears to follow every link by simply hovering over the hyperlink.
To Reproduce
Expected behavior Hyperlinks should only be followed on an actual mouse click.
Version info:
commit=, build date=, build source=homebrew, version=0.44.1, os=darwin, arch=arm64, git version=2.39.5 (Apple Git-154)
git version 2.39.5 (Apple Git-154)
Additional context I'm using the suggested config
Screen Recording of the issue