[PR #10947] [MERGED] Fix focus-tab --previous/next to ignore tab switcher order #28315

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/10947
Author: @Don-Vito
Created: 8/15/2021
Status: Merged
Merged: 8/19/2021
Merged by: @DHowett

Base: mainHead: 10070-no-mru-on-startup


📝 Commits (3)

  • d7189b4 Fix focus-tab --previous/next to ignore tab switcher order
  • 49e14fb Update src/cascadia/TerminalApp/AppCommandlineArgs.cpp
  • bc52eeb yes yes format the code

📊 Changes

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

View changed files

📝 src/cascadia/TerminalApp/AppCommandlineArgs.cpp (+5 -0)
📝 src/cascadia/TerminalSettingsModel/ActionArgs.h (+6 -0)
📝 src/cascadia/TerminalSettingsModel/ActionArgs.idl (+4 -0)

📄 Description

When creating startupAction use TabSwitcherMode::Disabled in action args
to disable the tab switcher and prevent MRU logic to be applied.

Closes #10070


🔄 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/10947 **Author:** [@Don-Vito](https://github.com/Don-Vito) **Created:** 8/15/2021 **Status:** ✅ Merged **Merged:** 8/19/2021 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `10070-no-mru-on-startup` --- ### 📝 Commits (3) - [`d7189b4`](https://github.com/microsoft/terminal/commit/d7189b48a8b9825534d98eec4e37b93bf4bb7dcb) Fix focus-tab --previous/next to ignore tab switcher order - [`49e14fb`](https://github.com/microsoft/terminal/commit/49e14fb12298927ff984dcd06c7b7a0bcc1ddaca) Update src/cascadia/TerminalApp/AppCommandlineArgs.cpp - [`bc52eeb`](https://github.com/microsoft/terminal/commit/bc52eeb1e38dc9767f2a1742d33f95ae8200f9ca) yes yes format the code ### 📊 Changes **3 files changed** (+15 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/AppCommandlineArgs.cpp` (+5 -0) 📝 `src/cascadia/TerminalSettingsModel/ActionArgs.h` (+6 -0) 📝 `src/cascadia/TerminalSettingsModel/ActionArgs.idl` (+4 -0) </details> ### 📄 Description When creating `startupAction` use `TabSwitcherMode::Disabled` in action args to disable the tab switcher and prevent MRU logic to be applied. Closes #10070 --- <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:27:44 +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#28315