Ghostty supports OSC 9;4#2724
Merged
sunshowers merged 3 commits intonextest-rs:mainfrom Oct 31, 2025
Merged
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
reviewed
Oct 31, 2025
Contributor
RGBCube
left a comment
There was a problem hiding this comment.
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 <git@rgbcu.be>
625e074 to
e971c43
Compare
Member
|
Thanks! |
6 tasks
case
added a commit
to case/nextest
that referenced
this pull request
Jan 13, 2026
Similar to nextest-rs#2724
Merged
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.
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.