iTerm supports OSC 9;4#2927
Merged
sunshowers merged 1 commit intonextest-rs:mainfrom Jan 14, 2026
Merged
Conversation
Similar to nextest-rs#2724
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2927 +/- ##
==========================================
- Coverage 80.96% 80.96% -0.01%
==========================================
Files 124 124
Lines 30160 30160
==========================================
- Hits 24420 24419 -1
- Misses 5740 5741 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
|
Thanks. You may want to send the same fix over to Cargo: https://github.com/rust-lang/cargo/blob/6451eb8ea679514fd45c28a0dff1a53142f6e0a9/src/cargo/core/shell.rs#L638-L645 |
This was referenced Jan 14, 2026
github-merge-queue Bot
pushed a commit
to rust-lang/cargo
that referenced
this pull request
Jan 22, 2026
### What does this PR try to resolve? Per the iTerm [version 3.6.6 release](https://iterm2.com/downloads.html) - "Add support for OSC 9;4 progress bars" I added iTerm to `nextest` [here](nextest-rs/nextest#2927) and they suggested I add it to Cargo as well. ### How to test and review this PR? I've test this locally, but it isn't really a unit test or integration test candidate. Here's the output from my local iTerm console: ```shell $ echo $TERM_PROGRAM iTerm.app ```
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.
Similar to #2724
Yup. :/