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

Disable Quick Edit Mode with mouse support #965

Merged
merged 1 commit into from
Apr 17, 2024
Merged

Conversation

jvalkeal
Copy link
Contributor

  • On windows disable quick edit mode if mouse support is requested which allows mouse events to get propagated automatically.
  • There's no explicit revert for this as it seems to get done automatically.
  • Without this user would need to know that quick edit needs to be disabled which is awkward in conhost and even more difficult with new windows terminal which doesn't even directly expose these settings in the UI.
  • Fixes Disable Quick Edit Mode with mouse support on conhost #964

- On windows disable quick edit mode if mouse support
  is requested which allows mouse events to
  get propagated automatically.
- There's no explicit revert for this as it seems
  to get done automatically.
- Without this user would need to know that quick edit
  needs to be disabled which is awkward in conhost
  and even more difficult with new windows terminal
  which doesn't even directly expose these settings
  in the UI.
- Fixes jline#964
@gnodet gnodet added this to the 3.26.0 milestone Apr 17, 2024
@gnodet gnodet merged commit c8b3caa into jline:master Apr 17, 2024
4 checks passed
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.

Disable Quick Edit Mode with mouse support on conhost
2 participants