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

term: do not enable mouse reporting #110

Merged
merged 1 commit into from Jan 14, 2023
Merged

term: do not enable mouse reporting #110

merged 1 commit into from Jan 14, 2023

Conversation

Fang-
Copy link
Member

@Fang- Fang- commented Jan 13, 2023

The style of mouse reporting we want, "mouse clicks only", appears to not be supported in any common terminal emulator. Worse, in xterm, that mode ends up preventing the user from scrolling the buffer.

Until such a time where we can handle all mouse inputs gracefully, we will refrain from taking mouse clicks in real terminals.

Closes #109. h/t @ashelkovnykov for spotting the xterm problem.

The style of mouse reporting we want, "mouse clicks only", appears to
not be supported in any common terminal emulator. Worse, in xterm, that
mode ends up preventing the user from scrolling the buffer.

Until such a time where we can handle _all_ mouse inputs gracefully, we
will refrain from taking mouse clicks in real terminals.
@zalberico
Copy link
Collaborator

Once merged, we should deploy this to edge, and then move it over to release to deploy to soon

@Fang- Fang- merged commit d39073f into develop Jan 14, 2023
@Fang- Fang- deleted the i/109/free-mouse branch January 14, 2023 00:01
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.

term: all mouse events captured in xterm
3 participants