Add mouse support for the sidebar and output pane - #25
Closed
cyrus-fa wants to merge 5 commits into
Closed
Conversation
The events are parsed but not wired to any UI behavior yet.
taylorotwell
marked this pull request as draft
September 9, 2026 14:20
Collaborator
|
Thanks for this PR! I have some concerns here:
|
Author
The reason I missed the existing mouse-scrolling functionality is that in iTerm2, “Automatically enable alternate mouse scroll” is disabled by default, which prevents the feature from working. After enabling it, the functionality worked very well. If enabling the terminal setting is sufficient for the existing functionality to work, then the changes in my PR might be unnecessary. |
Collaborator
|
Ah ok, that makes sense, didn't realize that was off by default. I think we're probably good here then, thank you again! We can re-visit of you feel something else mouse-related falls short. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Right now, navigating between processes and scrolling through output only works with the keyboard. Scrolling can be a bit slow, especially when there is a lot of output.
This PR adds mouse support for selecting processes in the sidebar and scrolling through the output pane with the mouse wheel.