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

feature(mouse): forward mouse events #1191

Merged
merged 4 commits into from
Mar 10, 2022

Conversation

tlinford
Copy link
Contributor

@tlinford tlinford commented Mar 8, 2022

Initial support for forwarding mouse events for applications that request it.

For now support only SGR format.

Since the events we get from termion do not have mouse button information for hold and release events, forward them with hardcoded left button.

Thanks @dantepippi for the work in #624, I redid a new branch here since solving the conflicts looked a bit problematic.

Resolves #579

zellij-server/src/tab/mod.rs Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No mouse support in neovim
2 participants