[PR #8115] [DRAFT] Display progress in pane #27099

Open
opened 2026-01-31 09:19:59 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/8115

State: closed
Merged: No


Summary of the Pull Request

Currently, a very initial implementation of showing progress in the pane. When we receive the OSC sequence to update the taskbar progress, we also update the pane's progress bar

Bunch of TODOs left:

  • Add a setting to disable this
  • Add settings for size/location/etc of the progress bar
  • Improve the error and paused states (perhaps with a different style?) The current error state is no different from a progress = 0 state and the paused state is barely noticeable compared to a normal state

References

#6700

PR Checklist

  • Closes #xxx
  • CLA signed. If not, go over here and sign the CLA
  • Tests added/passed
  • Documentation updated. If checked, please file a pull request on our docs repo and link it here: #xxx
  • Schema updated.
  • I work here

Validation Steps Performed

Progress bar updates with the appropriate OSC sequences

**Original Pull Request:** https://github.com/microsoft/terminal/pull/8115 **State:** closed **Merged:** No --- <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request Currently, a very initial implementation of showing progress in the pane. When we receive the OSC sequence to update the taskbar progress, we also update the pane's progress bar Bunch of TODOs left: * [ ] Add a setting to disable this * [ ] Add settings for size/location/etc of the progress bar * [ ] Improve the error and paused states (perhaps with a different [style](https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.frameworkelement.style?view=winrt-19041#Windows_UI_Xaml_FrameworkElement_Style)?) The current error state is no different from a progress = 0 state and the paused state is barely noticeable compared to a normal state <!-- Other than the issue solved, is this relevant to any other issues/existing PRs? --> ## References #6700 <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [ ] Closes #xxx * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Documentation updated. If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx * [ ] Schema updated. * [x] I work here <!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well --> ## Validation Steps Performed Progress bar updates with the appropriate OSC sequences
claunia added the pull-request label 2026-01-31 09:19:59 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#27099