Description
Running dotnet commands like dotnet --version in a Linux terminal alters the mouse scroll wheel behavior. Instead of scrolling the terminal output, the scroll wheel cycles through the command history.
Steps to Reproduce
- Open a Linux terminal.
- Run
dotnet --version.
- Scroll the mouse wheel.
Expected Behavior
Mouse wheel scrolls the terminal output normally.
Actual Behavior
Mouse wheel acts as Up/Down arrow keys (cycles command history).