-
Notifications
You must be signed in to change notification settings - Fork 662
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
regression(gtk): Pressing Ctrl when mouse is over a hyperlink does not detect the link until cursor is moved #5191
Comments
I have realized in my case that without tmux I only need control, and within tmux I need shift+control. I have shell-integration set to detect, so I would have expected the same behavior Can anyone point me to the right docs ? |
Found this #1040 @mitchellh worth maybe adding something to the readme? |
@edmondop That's unrelated to this issue. Please open a discussion if you have usage questions or want to suggest other changes. |
Fixes #5191
Same as #2114, but GTK only. That issue was resolved but has since regressed.
Bisected to ed81b62.
Steps to reproduce
echo 'https://example.com'
https://example.com
text and press and hold the Control key.Expected behavior
The cursor should immediately change to the "pointer" shape, the link should be highlighted, and the URL preview should appear in the lower left corner of the window.
Actual behavior
Nothing happens until the mouse is moved by at least one cell (at which point all of the above does happen).
The text was updated successfully, but these errors were encountered: