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
Accelerator
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
Type
/
to 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 }}
pythonboy1
/
tview
Public
forked from
rivo/tview
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
tview
application.go
on
master
User selector
All users
All time
Commit history
Commits on May 19, 2024
Allowing mouse overrides to specify that an event was consumed. Resolves #972, resolves #967
rivo
committed
0ac5f73
View commit details
Copy full SHA for 0ac5f73
View code at this point
Browse repository at this point
Commits on Apr 6, 2024
Added individual styling for selected table cells. Resolves #934
rivo
committed
79d4cc3
View commit details
Copy full SHA for 79d4cc3
View code at this point
Browse repository at this point
Commits on Feb 4, 2024
Enabled bracketed pasting.
rivo
committed
c9421b4
View commit details
Copy full SHA for c9421b4
View code at this point
Browse repository at this point
Commits on Jan 16, 2024
Fixed index out of bounds for when a selected drop-down option is removed in its callback. Fixes #927
rivo
committed
bf8f1c4
View commit details
Copy full SHA for bf8f1c4
View code at this point
Browse repository at this point
Commits on Nov 2, 2023
Fix typos
Show description for 5d85e6a
kianmeng
committed
5d85e6a
View commit details
Copy full SHA for 5d85e6a
View code at this point
Browse repository at this point
Commits on Oct 24, 2023
Clearing screen before each draw. Fixes #899
rivo
committed
57d9e5e
View commit details
Copy full SHA for 57d9e5e
View code at this point
Browse repository at this point
Commits on Aug 14, 2023
Clarifications in comments.
rivo
committed
ccc2c81
View commit details
Copy full SHA for ccc2c81
View code at this point
Browse repository at this point
Commits on Feb 26, 2023
Provided a way to forward Ctrl-C to primites. Resolves #816
rivo
committed
47e7db7
View commit details
Copy full SHA for 47e7db7
View code at this point
Browse repository at this point
Commits on Aug 14, 2022
Remove noise
tjhowse
committed
583acbe
View commit details
Copy full SHA for 583acbe
View code at this point
Browse repository at this point
Actual fix.
tjhowse
committed
1a01dc6
View commit details
Copy full SHA for 1a01dc6
View code at this point
Browse repository at this point
Initialise the copy of screen in the Application struct.
tjhowse
committed
f541eaf
View commit details
Copy full SHA for f541eaf
View code at this point
Browse repository at this point
Commits on Aug 11, 2022
Not promoting a mouse-up event to a click event when it was prevented by a mouse capture. See #752
rivo
committed
20b8a06
View commit details
Copy full SHA for 20b8a06
View code at this point
Browse repository at this point
Commits on Jun 10, 2022
Minor clarification.
Oliver
committed
691f46d
View commit details
Copy full SHA for 691f46d
View code at this point
Browse repository at this point
Commits on Jun 24, 2021
Handling tcell.ErrorEvent now. Fixes #617
Oliver
committed
36f5c19
View commit details
Copy full SHA for 36f5c19
View code at this point
Browse repository at this point
Commits on May 28, 2021
Added Application.Sync(), a function to re-sync the screen when its corrupted. Resolves #603
Oliver
committed
c24a22d
View commit details
Copy full SHA for c24a22d
View code at this point
Browse repository at this point
Commits on Mar 11, 2021
Upgraded to tcell v2.2.0 and rewrote the Application.Suspend() function to use tcell's new methods.
Oliver
committed
b2dec96
View commit details
Copy full SHA for b2dec96
View code at this point
Browse repository at this point
Added more clarification for the use of Application.Draw().
Oliver
committed
d2371c6
View commit details
Copy full SHA for d2371c6
View code at this point
Browse repository at this point
Commits on Feb 14, 2021
Update mouse buttons for tcell v2
millerlogic
committed
38e7206
View commit details
Copy full SHA for 38e7206
View code at this point
Browse repository at this point
Commits on Jan 11, 2021
Enabling mouse (if requested) on replaced Screen objects. Fixes #545
Oliver
committed
a72fc10
View commit details
Copy full SHA for a72fc10
View code at this point
Browse repository at this point
Commits on Dec 4, 2020
Application can be stopped in suspended mode. Fixes #499
Oliver
committed
7481775
View commit details
Copy full SHA for 7481775
View code at this point
Browse repository at this point
Commits on Nov 17, 2020
Removed Focusable interface.
Oliver
committed
675ed5b
View commit details
Copy full SHA for 675ed5b
View code at this point
Browse repository at this point
Commits on Oct 18, 2020
Upgraded to latest tcell version. Results in a minor incompatibility in the Table class.
Oliver
committed
e4d1673
View commit details
Copy full SHA for e4d1673
View code at this point
Browse repository at this point
Commits on Aug 18, 2020
Removed size change check (apparently this led to problems on Windows). Fixes #401, closes #404
Oliver
committed
0a24275
View commit details
Copy full SHA for 0a24275
View code at this point
Browse repository at this point
Keyboard events are now propagated down the hierarchy, allowing users to intercept them. Closes #421
Oliver
committed
deb54e1
View commit details
Copy full SHA for deb54e1
View code at this point
Browse repository at this point
Commits on Mar 29, 2020
Added mouse scrolling to List, Table, TextView, and TreeView.
Oliver
committed
f395cf6
View commit details
Copy full SHA for f395cf6
View code at this point
Browse repository at this point
Commits on Mar 27, 2020
Added/fixed comments, some structural changes/bugfixes for mouse support. Table, TextView, and TreeView still open. Closes #363
Oliver
committed
9af6826
View commit details
Copy full SHA for 9af6826
View code at this point
Browse repository at this point
Commits on Mar 26, 2020
Merge pull request #363 from millerlogic/mouse-support
Show description for 160d8fd
rivo
authored
160d8fd
View commit details
Copy full SHA for 160d8fd
View code at this point
Browse repository at this point
Commits on Mar 3, 2020
Refactor fireMouseActions
millerlogic
committed
55c590d
View commit details
Copy full SHA for 55c590d
View code at this point
Browse repository at this point
Document DoubleClickInterval
millerlogic
committed
12f94f6
View commit details
Copy full SHA for 12f94f6
View code at this point
Browse repository at this point
EnableMouse to take bool and enable/disable directly
millerlogic
committed
55cdc84
View commit details
Copy full SHA for 55cdc84
View code at this point
Browse repository at this point
Minor changes
millerlogic
committed
15700e7
View commit details
Copy full SHA for 15700e7
View code at this point
Browse repository at this point
Commits on Feb 28, 2020
Separate action events
millerlogic
committed
1fb9862
View commit details
Copy full SHA for 1fb9862
View code at this point
Browse repository at this point
Commits on Feb 19, 2020
Application.QueueUpdate() returns after its provided function has executed.
Oliver
committed
fe30520
View commit details
Copy full SHA for fe30520
View code at this point
Browse repository at this point
Commits on Feb 14, 2020
Double click interval
millerlogic
committed
5ef5154
View commit details
Copy full SHA for 5ef5154
View code at this point
Browse repository at this point
Change mouse handler func
millerlogic
committed
8abbf77
View commit details
Copy full SHA for 8abbf77
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.