[PR #11621] [MERGED] Ignore newTab actions with a profile index greater than the number of profiles #28665

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/11621
Author: @zadjii-msft
Created: 10/26/2021
Status: Merged
Merged: 5/5/2022
Merged by: @undefined

Base: mainHead: dev/migrie/b/11114-proposal


📝 Commits (3)

  • 74c717a Proposal for how to fix #11114
  • ae09e16 Merge remote-tracking branch 'origin/main' into dev/migrie/b/11114-proposal
  • 7c7c1e3 wowow this code literally never worked?

📊 Changes

3 files changed (+37 additions, -0 deletions)

View changed files

📝 src/cascadia/TerminalApp/AppActionHandlers.cpp (+24 -0)
📝 src/cascadia/TerminalApp/TabManagement.cpp (+6 -0)
📝 src/cascadia/TerminalSettingsModel/CascadiaSettings.cpp (+7 -0)

📄 Description

Summary of the Pull Request

As discussed in team sync. Ignore newTab actions with a profile index greater than the number of profiles.

PR Checklist


🔄 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/11621 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 10/26/2021 **Status:** ✅ Merged **Merged:** 5/5/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/migrie/b/11114-proposal` --- ### 📝 Commits (3) - [`74c717a`](https://github.com/microsoft/terminal/commit/74c717acad2c73246fa8b8e60e232824a1ede88c) Proposal for how to fix #11114 - [`ae09e16`](https://github.com/microsoft/terminal/commit/ae09e1655a61332636a23e27e98a2af5c8f4835e) Merge remote-tracking branch 'origin/main' into dev/migrie/b/11114-proposal - [`7c7c1e3`](https://github.com/microsoft/terminal/commit/7c7c1e3364652289c0e7f40120e37ab1bafd3518) wowow this code literally never worked? ### 📊 Changes **3 files changed** (+37 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/AppActionHandlers.cpp` (+24 -0) 📝 `src/cascadia/TerminalApp/TabManagement.cpp` (+6 -0) 📝 `src/cascadia/TerminalSettingsModel/CascadiaSettings.cpp` (+7 -0) </details> ### 📄 Description ## Summary of the Pull Request As discussed in team sync. Ignore `newTab` actions with a profile index greater than the number of profiles. ## PR Checklist * [x] Closes #11114 * [x] I work here * [ ] Tests added/passed * [ ] Requires documentation to be updated - maybe❓ --- <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:29:57 +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#28665