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: windows: enable mouse mode on demand #1340

Merged
merged 1 commit into from
Feb 25, 2025
Merged

Conversation

aymanbagabas
Copy link
Member

@aymanbagabas aymanbagabas commented Feb 24, 2025

Since we added native Windows API input events support, we always enable mouse events even if the user doesn't want them. This is a problem because it breaks applications that don't expect mouse events and selection stops working without any modifier key.

See: https://learn.microsoft.com/en-us/windows/terminal/selection

Fixes: #1313

Since we added native Windows API input events support, we always enable
mouse events even if the user doesn't want them. This is a problem because
it breaks applications that don't expect mouse events and selection
stops working without any modifier key.

Fixes: #1313
@aymanbagabas aymanbagabas merged commit bf1216d into main Feb 25, 2025
44 checks passed
@aymanbagabas aymanbagabas deleted the windows-mouse-mode branch February 25, 2025 16:52
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.

[Windows] Can't select text on the terminal when inside a program
3 participants