-
Notifications
You must be signed in to change notification settings - Fork 52
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
Handle mouse events #26
Comments
Mouse events are enabled by a special xterm-extension command, equivalent to doing abduco doesn't know that this is enabled, so when an application enables it, the user detach, and later reattach, the state is lost, despite having worked properly in the beginning. I added the above echo command to my "work" script that connects to nvim (same script ends with "tput reset" to avoid odd terminal state). Alternatively, make the application reapply its mouse setup. In vim, this can be done by doing |
So this could be handled like "alternative_buffer" is handled? |
This is a known limitation, see #32. |
It's possible it's user error on my part, but I don't seem to see any of the mouse events going through and don't see anything in the docs that suggest this feature is intentionally absent.
The text was updated successfully, but these errors were encountered: