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

Fix regression in force mouse selection #4783

Merged
merged 1 commit into from
Sep 10, 2023
Merged

Fix regression in force mouse selection #4783

merged 1 commit into from
Sep 10, 2023

Commits on Sep 10, 2023

  1. Fix regression in force mouse selection

    Shift+left click is means to force terminal selection and not passthrough
    any mouse events, even if a mouse mode is enabled. The change this is
    reverting from xtermjs#4583 caused this feature to break by always installing a
    global listener on Terminal.element so the SelectionService never got a
    chance to cancel is.
    
    Fixes xtermjs#4781
    Tyriar committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    b55d699 View commit details
    Browse the repository at this point in the history