[PR #5208] Passthrough Alt+C0 sequences in conpty #26182

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

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

State: closed
Merged: Yes


Summary of the Pull Request

When conpty is in VT input mode, we pass through all the input we receive. This includes all the other Action*Dispatch methods, but missed this one.

References

PR Checklist

  • Doesn't close anything, just related to above things.
  • I work here
  • Tests added/passed
  • [n/a] Requires documentation to be updated

Detailed Description of the Pull Request / Additional comments

This will fix the ctrl+alt+space in the Terminal thing mentioned in #4192, but doesn't actually resolve the root cause of that bug (which is tracked in #5205).

**Original Pull Request:** https://github.com/microsoft/terminal/pull/5208 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request When conpty is in VT input mode, we pass through all the input we receive. This includes all the other `Action*Dispatch` methods, but missed this one. ## References * Missed during #4856 * Discovered during the course of the #4192 review * #5205 Also investigated part of the issue, but found a different bug. ## PR Checklist * [x] Doesn't close anything, just related to above things. * [x] I work here * [ ] Tests added/passed * [n/a] Requires documentation to be updated ## Detailed Description of the Pull Request / Additional comments This will fix the <kbd>ctrl+alt+space</kbd> in the Terminal thing mentioned in #4192, but doesn't actually resolve the root cause of that bug (which is tracked in #5205).
claunia added the pull-request label 2026-01-31 09:14:28 +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#26182