[PR #9392] [MERGED] Allow configuring suppressApplicationTitle in new tab/pane/window commands #27561

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/9392
Author: @Don-Vito
Created: 3/5/2021
Status: Merged
Merged: 3/8/2021
Merged by: @undefined

Base: mainHead: 9345-suppress-application-title


📝 Commits (3)

  • 4805252 Allow configuring suppressApplicationTitle in new tab/pane/window commands
  • 27b2ab3 Introduce --suppressApplicationTitle command line flag
  • 7a3e81e Introduce --useApplicationTitle argument to override profile default

📊 Changes

8 files changed (+58 additions, -1 deletions)

View changed files

📝 doc/cascadia/profiles.schema.json (+5 -0)
📝 src/cascadia/TerminalApp/AppCommandlineArgs.cpp (+11 -0)
📝 src/cascadia/TerminalApp/AppCommandlineArgs.h (+2 -0)
📝 src/cascadia/TerminalApp/Resources/en-US/Resources.resw (+4 -0)
📝 src/cascadia/TerminalApp/TerminalSettings.cpp (+4 -0)
📝 src/cascadia/TerminalSettingsModel/ActionArgs.cpp (+24 -0)
📝 src/cascadia/TerminalSettingsModel/ActionArgs.h (+6 -1)
📝 src/cascadia/TerminalSettingsModel/ActionArgs.idl (+2 -0)

📄 Description

PR Checklist

Detailed Description of the Pull Request / Additional comments

Introduce optional suppressApplicationTitle in to NewTerminalArgs.
When set (either to true or false) overrides profile configuration.

Introduce --suppressApplicationTitle flag to command line arguments.
When provided for sub=command,
sets the value in the relevant NewTerminalArgs to true


🔄 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/9392 **Author:** [@Don-Vito](https://github.com/Don-Vito) **Created:** 3/5/2021 **Status:** ✅ Merged **Merged:** 3/8/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `9345-suppress-application-title` --- ### 📝 Commits (3) - [`4805252`](https://github.com/microsoft/terminal/commit/48052520896cd0fe250c1671bd35f589a8c4e41d) Allow configuring suppressApplicationTitle in new tab/pane/window commands - [`27b2ab3`](https://github.com/microsoft/terminal/commit/27b2ab3d28acb4e8029701c9fe50fc83f7000b19) Introduce --suppressApplicationTitle command line flag - [`7a3e81e`](https://github.com/microsoft/terminal/commit/7a3e81e3380162395ed5eb377d3f5694f18c9685) Introduce --useApplicationTitle argument to override profile default ### 📊 Changes **8 files changed** (+58 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `doc/cascadia/profiles.schema.json` (+5 -0) 📝 `src/cascadia/TerminalApp/AppCommandlineArgs.cpp` (+11 -0) 📝 `src/cascadia/TerminalApp/AppCommandlineArgs.h` (+2 -0) 📝 `src/cascadia/TerminalApp/Resources/en-US/Resources.resw` (+4 -0) 📝 `src/cascadia/TerminalApp/TerminalSettings.cpp` (+4 -0) 📝 `src/cascadia/TerminalSettingsModel/ActionArgs.cpp` (+24 -0) 📝 `src/cascadia/TerminalSettingsModel/ActionArgs.h` (+6 -1) 📝 `src/cascadia/TerminalSettingsModel/ActionArgs.idl` (+2 -0) </details> ### 📄 Description ## PR Checklist * [x] Closes https://github.com/microsoft/terminal/issues/9345 * [x] CLA signed. * [ ] Tests added/passed * [x] Documentation updated - https://github.com/MicrosoftDocs/terminal/pull/279 * [x] Schema updated. * [ ] I've discussed this with core contributors already. ## Detailed Description of the Pull Request / Additional comments Introduce optional `suppressApplicationTitle` in to `NewTerminalArgs`. When set (either to true or false) overrides profile configuration. Introduce `--suppressApplicationTitle` flag to command line arguments. When provided for sub=command, sets the value in the relevant `NewTerminalArgs` to `true` --- <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:22:42 +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#27561