[PR #8202] Combine the parsing & dispatch blocks for OSC actions #27141

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

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

State: closed
Merged: Yes


In ActionOscDispatch() in OutputStateMachineEngine.cpp, we had a
section for parsing and another section for dispatching. This PR
combines those two blocks since they do not need to be distinct.

Validation Steps Performed

TerminalApiTests still pass

**Original Pull Request:** https://github.com/microsoft/terminal/pull/8202 **State:** closed **Merged:** Yes --- In `ActionOscDispatch()` in `OutputStateMachineEngine.cpp`, we had a section for parsing and another section for dispatching. This PR combines those two blocks since they do not need to be distinct. ## Validation Steps Performed TerminalApiTests still pass
claunia added the pull-request label 2026-01-31 09:20:15 +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#27141