Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
fulll
/
github-code-search
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
9
Code
Issues
17
Pull requests
9
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Support mouse wheel scrolling in the TUI
- #174
#174
Merged
4/4
shouze
merged 21 commits into
feat/mouse-click-toggle
fulll/github-code-search:feat/mouse-click-toggle
from
feat/mouse-scroll-wheel
fulll/github-code-search:feat/mouse-scroll-wheel
Copy head branch name to clipboard
Aug 23, 2026
Conversation
Commits
21
(21)
Checks
Files changed
Merged
Support mouse wheel scrolling in the TUI
#174
shouze
merged 21 commits into
feat/mouse-click-toggle
fulll/github-code-search:feat/mouse-click-toggle
from
feat/mouse-scroll-wheel
fulll/github-code-search:feat/mouse-scroll-wheel
Copy head branch name to clipboard
Commits
Commits on Aug 23, 2026
Support mouse wheel scrolling in the TUI
Show description for 71ac504
shouze
committed
71ac504
View commit details
Copy full SHA for 71ac504
Browse repository at this point
Fix: 'rows' variable initialization error in mouse event handler
Show description for 8f59975
shouze
committed
8f59975
View commit details
Copy full SHA for 8f59975
Browse repository at this point
Add test for dimmed checkbox rendering
Show description for dece319
shouze
committed
dece319
View commit details
Copy full SHA for dece319
Browse repository at this point
Fix lint errors
Show description for 2e28500
shouze
committed
2e28500
View commit details
Copy full SHA for 2e28500
Browse repository at this point
Fix mouse click coordinate offset and release event handling
Show description for 2cf97f4
shouze
committed
2cf97f4
View commit details
Copy full SHA for 2cf97f4
Browse repository at this point
Fix: correct header line calculation for mouse hit-testing
Show description for c77c836
shouze
committed
c77c836
View commit details
Copy full SHA for c77c836
Browse repository at this point
Implement double-click to toggle select/fold, single-click to navigate
Show description for 1adbae3
shouze
committed
1adbae3
View commit details
Copy full SHA for 1adbae3
Browse repository at this point
Fix mouse coordinate system and multi-click behavior
Show description for 00dd10d
shouze
committed
00dd10d
View commit details
Copy full SHA for 00dd10d
Browse repository at this point
Fix mouse Y-coordinate calculation for repos and extracts
Show description for fbce44a
shouze
committed
fbce44a
View commit details
Copy full SHA for fbce44a
Browse repository at this point
Disable selection during scroll cooldown to prevent accidental toggling
Show description for e100450
shouze
committed
e100450
View commit details
Copy full SHA for e100450
Browse repository at this point
Fix scroll cooldown using timestamp instead of async timer
Show description for 847fa81
shouze
committed
847fa81
View commit details
Copy full SHA for 847fa81
Browse repository at this point
Increase scroll cooldown to 500ms for trackpad momentum scrolling
Show description for e8ebf0f
shouze
committed
e8ebf0f
View commit details
Copy full SHA for e8ebf0f
Browse repository at this point
Refactor scroll cooldown to pure, testable module
Show description for 939ac22
shouze
committed
939ac22
View commit details
Copy full SHA for 939ac22
Browse repository at this point
Simplify scroll cooldown: block all clicks during scroll, not just selections
Show description for bd2c7b0
shouze
committed
bd2c7b0
View commit details
Copy full SHA for bd2c7b0
Browse repository at this point
refactor: extract layout constants and eliminate magic numbers
Show description for b077360
shouze
committed
b077360
View commit details
Copy full SHA for b077360
Browse repository at this point
refactor: eliminate remaining magic numbers in mouse handling
Show description for f3d229e
shouze
committed
f3d229e
View commit details
Copy full SHA for f3d229e
Browse repository at this point
docs: add mouse support documentation and architecture details
Show description for 8157504
shouze
committed
8157504
View commit details
Copy full SHA for 8157504
Browse repository at this point
docs: update homepage to highlight keyboard and mouse-driven TUI
Show description for 4585fb5
shouze
committed
4585fb5
View commit details
Copy full SHA for 4585fb5
Browse repository at this point
fix: address Copilot review comments from PR #174
Show description for 1f720f1
shouze
committed
1f720f1
View commit details
Copy full SHA for 1f720f1
Browse repository at this point
fix: properly disable mouse reporting on TUI exit
Show description for 5c7b881
shouze
committed
5c7b881
View commit details
Copy full SHA for 5c7b881
Browse repository at this point
docs: document mouse support in README and agentic reference files
shouze
committed
18edea7
View commit details
Copy full SHA for 18edea7
Browse repository at this point
You can’t perform that action at this time.