[PR #12160] [MERGED] Disable being able to set the automatic adjustment of indistinguishable text #28877

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/12160
Author: @PankajBhojwani
Created: 1/13/2022
Status: Merged
Merged: 1/18/2022
Merged by: @undefined

Base: mainHead: dev/pabhoj/disable_adjust_text


📝 Commits (5)

📊 Changes

6 files changed (+19 additions, -2 deletions)

View changed files

📝 src/cascadia/TerminalSettingsEditor/Appearances.cpp (+5 -0)
📝 src/cascadia/TerminalSettingsEditor/Appearances.h (+2 -0)
📝 src/cascadia/TerminalSettingsEditor/Appearances.idl (+2 -0)
📝 src/cascadia/TerminalSettingsEditor/Appearances.xaml (+2 -1)
📝 src/features.xml (+6 -0)
📝 src/renderer/base/RenderSettings.cpp (+2 -1)

📄 Description

Summary of the Pull Request

Disables the automatic adjustment of indistinguishable text (added in #11095) because of the concerns brought up in #11917. Also, the setting is hidden in the SUI for as long as this feature remains disabled.

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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/12160 **Author:** [@PankajBhojwani](https://github.com/PankajBhojwani) **Created:** 1/13/2022 **Status:** ✅ Merged **Merged:** 1/18/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/pabhoj/disable_adjust_text` --- ### 📝 Commits (5) - [`1e0989a`](https://github.com/microsoft/terminal/commit/1e0989a49d3ccc4eaf9bce7d5a12185f3a09012f) default to false, set SUI item behind feature flag - [`17b8bd7`](https://github.com/microsoft/terminal/commit/17b8bd701aff24dd13b5b2f9794fda76873d2f17) more feature enabled checks - [`fdc7679`](https://github.com/microsoft/terminal/commit/fdc7679c8cdd4812410c8456292b54c59c08810a) conflict - [`20286c0`](https://github.com/microsoft/terminal/commit/20286c0423c024a674911989afa776d6fecd69a2) update - [`3b949ea`](https://github.com/microsoft/terminal/commit/3b949ea46043fee41126b2f4f01e437ef234b197) swap order ### 📊 Changes **6 files changed** (+19 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalSettingsEditor/Appearances.cpp` (+5 -0) 📝 `src/cascadia/TerminalSettingsEditor/Appearances.h` (+2 -0) 📝 `src/cascadia/TerminalSettingsEditor/Appearances.idl` (+2 -0) 📝 `src/cascadia/TerminalSettingsEditor/Appearances.xaml` (+2 -1) 📝 `src/features.xml` (+6 -0) 📝 `src/renderer/base/RenderSettings.cpp` (+2 -1) </details> ### 📄 Description ## Summary of the Pull Request Disables the automatic adjustment of indistinguishable text (added in #11095) because of the concerns brought up in #11917. Also, the setting is hidden in the SUI for as long as this feature remains disabled. ## 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:31:21 +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#28877