-
-
Notifications
You must be signed in to change notification settings - Fork 142
Ghostty supports OSC 9;4 #2724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ghostty supports OSC 9;4 #2724
Conversation
This enables the new in-terminal progress bar (which uses OSC 9;4) if nextest is running inside the Ghostty terminal. See nextest-rs#2715
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2724 +/- ##
==========================================
- Coverage 77.91% 77.89% -0.02%
==========================================
Files 112 112
Lines 25692 25696 +4
==========================================
- Hits 20017 20016 -1
- Misses 5675 5680 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
RGBCube
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome :) though it would be really nice if there was an universally established protocol to query supported emulator features, too late for that :(
Co-authored-by: RGBCube <[email protected]>
625e074 to
e971c43
Compare
|
Thanks! |
Similar to nextest-rs#2724
This enables the new in-terminal progress bar (which uses OSC 9;4) if nextest is running inside the Ghostty terminal.
See #2715
Here's a video of it working, with my local nextest build.
Nextest.with.progress.bar.mp4
It also does a tiny incidental refactor, making the other terminal-specific checks use
var_osinstead ofvarto use fewer allocations.