-
Notifications
You must be signed in to change notification settings - Fork 9.3k
mouse events are sent incorrectly in win32-input-mode #15083
Copy link
Copy link
Open
Labels
Area-InputRelated to input processing (key presses, mouse, etc.)Related to input processing (key presses, mouse, etc.)Area-VTVirtual Terminal sequence supportVirtual Terminal sequence supportHelp WantedWe encourage anyone to jump in on these.We encourage anyone to jump in on these.Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Product-ConhostFor issues in the Console codebaseFor issues in the Console codebaseProduct-ConptyFor console issues specifically related to conptyFor console issues specifically related to conpty
Milestone
Metadata
Metadata
Assignees
Labels
Area-InputRelated to input processing (key presses, mouse, etc.)Related to input processing (key presses, mouse, etc.)Area-VTVirtual Terminal sequence supportVirtual Terminal sequence supportHelp WantedWe encourage anyone to jump in on these.We encourage anyone to jump in on these.Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Product-ConhostFor issues in the Console codebaseFor issues in the Console codebaseProduct-ConptyFor console issues specifically related to conptyFor console issues specifically related to conpty
Type
Fields
Give feedbackNo fields configured for issues without a type.
Steps to reproduce
Run it under Windows Terminal
Move mouse over the terminal window.
Expected Behavior
We should see mouse movement escape sequences (
\x1b[M...format)Actual Behavior
We see win32-input-mode escape sequences (
\x1b[A;B;C;D;E;F_format)