[PR #17895] Add a Compatibility and Terminal page to the Settings UI #31398

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

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

State: closed
Merged: Yes


Summary of the Pull Request

Adds a global Compatibility page to the settings UI. This page exposes several existing settings and introduces a few new settings:

  • compatibility.allowHeadless
  • compatibility.isolatedMode
  • compatibility.textMeasurement
  • debugFeatures

This also adds a Terminal subpage for profiles in the settings UI. This page includes:

  • suppressApplicationTitle
  • compatibility.input.forceVT
  • compatibility.allowDECRQCRA
  • answerbackMessage

Several smaller changes were accomplished as a part of this PR:

  • experimental.input.forceVT was renamed to compatibility.input.forceVT
  • introduced the compatibility.allowDECRQCRA setting
  • updated the schema for these new settings and compatibility.allowHeadless (which was missing)
  • add Feature_DebugModeUI feature flag to control if debug features should be shown in the SUI

Verified accessible via Accessibility Insights

A part of #10000
Closes #16672

**Original Pull Request:** https://github.com/microsoft/terminal/pull/17895 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request Adds a global Compatibility page to the settings UI. This page exposes several existing settings and introduces a few new settings: - compatibility.allowHeadless - compatibility.isolatedMode - compatibility.textMeasurement - debugFeatures This also adds a Terminal subpage for profiles in the settings UI. This page includes: - suppressApplicationTitle - compatibility.input.forceVT - compatibility.allowDECRQCRA - answerbackMessage Several smaller changes were accomplished as a part of this PR: - `experimental.input.forceVT` was renamed to `compatibility.input.forceVT` - introduced the `compatibility.allowDECRQCRA` setting - updated the schema for these new settings and `compatibility.allowHeadless` (which was missing) - add `Feature_DebugModeUI` feature flag to control if debug features should be shown in the SUI Verified accessible via Accessibility Insights A part of #10000 Closes #16672
claunia added the pull-request label 2026-01-31 09:47:01 +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#31398