We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
trying to select a character with a right click actually selects a character in the wrong position and not the one under the mouse cursor
looking at the source it seems that when right clicking the event handler is using gutter coordinates instead of document coordinates
I tried this:
I expected this to happen: the character under the mouse cursor is selected
Instead, this happened: a character few cells away is selected
please provide a copy of `~/.cache/helix/helix.log` here if possible, you may need to redact some of the lines
Linux
Alacritty, Xterm
pacman
helix 23.10
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Summary
trying to select a character with a right click actually selects a character in the wrong position and not the one under the mouse cursor
looking at the source it seems that when right clicking the event handler is using gutter coordinates instead of document coordinates
Reproduction Steps
I tried this:
I expected this to happen:
the character under the mouse cursor is selected
Instead, this happened:
a character few cells away is selected
Helix log
~/.cache/helix/helix.log
Platform
Linux
Terminal Emulator
Alacritty, Xterm
Installation Method
pacman
Helix Version
helix 23.10
The text was updated successfully, but these errors were encountered: