You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since upgrading to Copilot CLI v1.0.43, mouse scroll wheel events in Android Studio's integrated terminal are being interpreted as Up/Down arrow key inputs, causing
the input prompt to cycle through previous commands instead of scrolling the terminal buffer. This does not occur in macOS Terminal.app or other standalone terminals.
Environment:
Terminal: Android Studio integrated terminal
OS: macOS
Affected version
v1.0.43
Steps to reproduce the behavior
Open Android Studio's integrated terminal
Launch copilot
Enter a few prompts
Scroll up/down with mouse wheel
Expected behavior
Instead of scrolling terminal, it's filling previous prompts I've given
scroll_issue.mov
Describe the bug
Since upgrading to Copilot CLI v1.0.43, mouse scroll wheel events in Android Studio's integrated terminal are being interpreted as Up/Down arrow key inputs, causing
the input prompt to cycle through previous commands instead of scrolling the terminal buffer. This does not occur in macOS Terminal.app or other standalone terminals.
Environment:
Affected version
v1.0.43
Steps to reproduce the behavior
Expected behavior
Instead of scrolling terminal, it's filling previous prompts I've given
Additional context
No response