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
.
python-cmd2
/
cmd2
Public
Notifications
You must be signed in to change notification settings
Fork
131
Star
686
Code
Issues
2
Pull requests
3
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Stage 3: ordinary lifecycle and mode selection
- #1758
#1758
Open
tleonhardt
wants to merge 27 commits into
reserved_row_toolbar
python-cmd2/cmd2:reserved_row_toolbar
from
stage3-lifecycle-integration
python-cmd2/cmd2:stage3-lifecycle-integration
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Open
Stage 3: ordinary lifecycle and mode selection
#1758
tleonhardt
wants to merge 27 commits into
reserved_row_toolbar
python-cmd2/cmd2:reserved_row_toolbar
from
stage3-lifecycle-integration
python-cmd2/cmd2:stage3-lifecycle-integration
Copy head branch name to clipboard
Commits
Commits on Sep 10, 2026
Stage 3: choose between reserved and legacy toolbar rendering
Show description for 9db7236
tleonhardt
committed
9db7236
View commit details
Copy full SHA for 9db7236
Browse repository at this point
Stage 3: own the reservation and its bindings for one command loop
Show description for 4d9cb58
tleonhardt
committed
4d9cb58
View commit details
Copy full SHA for 4d9cb58
Browse repository at this point
Stage 3: hide the native toolbar window and paint the band instead
Show description for 3025372
tleonhardt
committed
3025372
View commit details
Copy full SHA for 3025372
Browse repository at this point
Stage 3: choose the mode and own the toolbar for the command loop
Show description for 5210e85
tleonhardt
committed
5210e85
View commit details
Copy full SHA for 5210e85
Browse repository at this point
Stage 3 review: roll back a failed startup, and restore only what is still ours
Show description for c253de5
tleonhardt
committed
c253de5
View commit details
Copy full SHA for c253de5
Browse repository at this point
Stage 3 review: put the terminal back after a half-written paint
Show description for d1ef338
tleonhardt
committed
d1ef338
View commit details
Copy full SHA for d1ef338
Browse repository at this point
Stage 3 review: only restore a cursor this paint actually saved
Show description for 411b124
tleonhardt
committed
411b124
View commit details
Copy full SHA for 411b124
Browse repository at this point
Stage 3: treat the cursor as unknown after a failed paint, and fall back if it repeats
Show description for 4071b6c
tleonhardt
committed
4071b6c
View commit details
Copy full SHA for 4071b6c
Browse repository at this point
Stage 3: write command output through the terminal transaction
Show description for c3a8c34
tleonhardt
committed
c3a8c34
View commit details
Copy full SHA for c3a8c34
Browse repository at this point
Stage 3: install the serializer for commands running under a reservation
Show description for db9b04d
tleonhardt
committed
db9b04d
View commit details
Copy full SHA for db9b04d
Browse repository at this point
Stage 3 review: invalidate after a failed write, and decide the destination once
Show description for dd9ec8c
tleonhardt
committed
dd9ec8c
View commit details
Copy full SHA for dd9ec8c
Browse repository at this point
Stage 3: route the application's own renders through the bridge
Show description for 7c4a664
tleonhardt
committed
7c4a664
View commit details
Copy full SHA for 7c4a664
Browse repository at this point
Stage 3 review: release before falling back, and invalidate on the failing paths
Show description for 5c08606
tleonhardt
committed
5c08606
View commit details
Copy full SHA for 5c08606
Browse repository at this point
Stage 3 review: route the real abandonment through the owner, and mark stale requests
Show description for b01eeab
tleonhardt
committed
b01eeab
View commit details
Copy full SHA for b01eeab
Browse repository at this point
Stage 3: separate pausing the display from giving the terminal away
Show description for ea8aaa9
tleonhardt
committed
ea8aaa9
View commit details
Copy full SHA for ea8aaa9
Browse repository at this point
Stage 3 review: stop the display in serialized mode, and forget what changed hands
Show description for 6059956
tleonhardt
committed
6059956
View commit details
Copy full SHA for 6059956
Browse repository at this point
Stage 3 review: only the outermost suspension takes the rows back
Show description for 991f9a9
tleonhardt
committed
991f9a9
View commit details
Copy full SHA for 991f9a9
Browse repository at this point
Stage 3: route cursor reports through the bridge, and paint on committed frames
Show description for bc3adad
tleonhardt
committed
bc3adad
View commit details
Copy full SHA for bc3adad
Browse repository at this point
Stage 3 review: keep the main prompt inside the reservation, and gate after_render
Show description for 471095d
tleonhardt
committed
471095d
View commit details
Copy full SHA for 471095d
Browse repository at this point
Stage 3 review: bound the display's teardown, not just the wait for it
Show description for 5fac73e
tleonhardt
committed
5fac73e
View commit details
Copy full SHA for 5fac73e
Browse repository at this point
Stage 3 review: a pause that timed out relinquished nothing, and now says so
Show description for aaccfcb
tleonhardt
committed
aaccfcb
View commit details
Copy full SHA for aaccfcb
Browse repository at this point
Stage 3 review: refuse the terminal while a display that would not stop still holds it
Show description for aab9e23
tleonhardt
committed
aab9e23
View commit details
Copy full SHA for aab9e23
Browse repository at this point
Stage 3 review: finish the deferred teardown before letting go of the refusal
Show description for c9a5abe
tleonhardt
committed
c9a5abe
View commit details
Copy full SHA for c9a5abe
Browse repository at this point
Stage 3: cover the command loop's own lifetime
Show description for 21a0041
tleonhardt
committed
21a0041
View commit details
Copy full SHA for 21a0041
Browse repository at this point
Fix two test-only failures CI found and this machine could not
Show description for 8e70d3c
tleonhardt
committed
8e70d3c
View commit details
Copy full SHA for 8e70d3c
Browse repository at this point
Stage 3 review: an unbound bridge passes calls through instead of breaking them
Show description for 8f745a2
tleonhardt
committed
8f745a2
View commit details
Copy full SHA for 8f745a2
Browse repository at this point
Stage 3 review: clear passes through when unbound, like the rest
Show description for 1a6a556
tleonhardt
committed
1a6a556
View commit details
Copy full SHA for 1a6a556
Browse repository at this point
You can’t perform that action at this time.