Skip to content
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

Mouse support neutralizes normal mouse functionality in Wezterm #1237

Open
kensmith opened this issue Apr 19, 2023 · 3 comments
Open

Mouse support neutralizes normal mouse functionality in Wezterm #1237

kensmith opened this issue Apr 19, 2023 · 3 comments

Comments

@kensmith
Copy link

Wezterm allows clicking on links to then invoke xdg-open to open the URL in question. Interactive khal disables this functionality. Additionally, normal mouse based copy and paste don't work. Would it be possible to add these features or, alternatively, add a flag to disable mouse support so that ikhal doesn't get in the way of normal mouse semantics?

@geier
Copy link
Member

geier commented May 23, 2023

We probably would need to set handle_mouse=Falsewhen starting urwid's MainLoop. If anybody is interested in turning this into an argument when starting ikhal, please send a PR.

@freswa
Copy link

freswa commented May 7, 2024

Isn't 01d8d2e a fix for this issue as well @kensmith ?

@kensmith
Copy link
Author

kensmith commented May 7, 2024

It is, indeed. I was able to confirm from a git checkout of the latest code, which differs from the Arch package and khal-git from AUR. Thank you for letting me know about this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants