[PR #14549] [CLOSED] Add an action for immediately restarting a connection #30146

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/14549
Author: @zadjii-msft
Created: 12/13/2022
Status: ❌ Closed

Base: dev/migrie/b/cxn-restarting-attempt-1-backport ← Head: dev/migrie/f/3726-restartConnection


📝 Commits (6)

  • d831d4e Do the entire thing
  • c233269 Manually
  • 2a1e7a5 Merge branch 'dev/migrie/b/cxn-restarting-attempt-1-backport' into dev/migrie/f/3726-restartConnection
  • 59135ed Merge branch 'dev/migrie/b/cxn-restarting-attempt-1-backport' into dev/migrie/f/3726-restartConnection
  • a96f8b1 Merge remote-tracking branch 'origin/main' into dev/migrie/f/3726-restartConnection
  • 58a9ee5 Merge branch 'dev/migrie/b/cxn-restarting-attempt-1-backport' into dev/migrie/f/3726-restartConnection

📊 Changes

11 files changed (+68 additions, -35 deletions)

View changed files

📝 src/cascadia/TerminalApp/AppActionHandlers.cpp (+10 -0)
📝 src/cascadia/TerminalControl/ControlCore.cpp (+40 -34)
📝 src/cascadia/TerminalControl/ControlCore.h (+2 -0)
📝 src/cascadia/TerminalControl/ControlCore.idl (+2 -0)
📝 src/cascadia/TerminalControl/TermControl.cpp (+4 -0)
📝 src/cascadia/TerminalControl/TermControl.h (+1 -0)
📝 src/cascadia/TerminalControl/TermControl.idl (+1 -0)
📝 src/cascadia/TerminalSettingsModel/ActionAndArgs.cpp (+2 -0)
📝 src/cascadia/TerminalSettingsModel/AllShortcutActions.h (+2 -1)
📝 src/cascadia/TerminalSettingsModel/Resources/en-US/Resources.resw (+3 -0)
📝 src/cascadia/TerminalSettingsModel/defaults.json (+1 -0)

📄 Description

targets #14548

Adds an action for immediately restarting the connection. I suspect most folks that wanted #3726 will be happy just with the enter solution from #14060, but this will work without having to exit the client. Just, relaunch whatever the commandline is. Easy peasy.

Closes #3726.


🔄 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/14549 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 12/13/2022 **Status:** ❌ Closed **Base:** `dev/migrie/b/cxn-restarting-attempt-1-backport` ← **Head:** `dev/migrie/f/3726-restartConnection` --- ### 📝 Commits (6) - [`d831d4e`](https://github.com/microsoft/terminal/commit/d831d4e816838bb7998c023f54dc1d2a8d4fa50d) Do the entire thing - [`c233269`](https://github.com/microsoft/terminal/commit/c233269579190e86b3321579011f1e45979ba3f7) Manually - [`2a1e7a5`](https://github.com/microsoft/terminal/commit/2a1e7a58be8af645e8280fef8a126ab6bfe1e17b) Merge branch 'dev/migrie/b/cxn-restarting-attempt-1-backport' into dev/migrie/f/3726-restartConnection - [`59135ed`](https://github.com/microsoft/terminal/commit/59135ed4c5619b22adc40994be62c58d012780d7) Merge branch 'dev/migrie/b/cxn-restarting-attempt-1-backport' into dev/migrie/f/3726-restartConnection - [`a96f8b1`](https://github.com/microsoft/terminal/commit/a96f8b166b558fc32c12d958715bd3564b541643) Merge remote-tracking branch 'origin/main' into dev/migrie/f/3726-restartConnection - [`58a9ee5`](https://github.com/microsoft/terminal/commit/58a9ee52f39ddca63c35975313b7b348ef25e22a) Merge branch 'dev/migrie/b/cxn-restarting-attempt-1-backport' into dev/migrie/f/3726-restartConnection ### 📊 Changes **11 files changed** (+68 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/AppActionHandlers.cpp` (+10 -0) 📝 `src/cascadia/TerminalControl/ControlCore.cpp` (+40 -34) 📝 `src/cascadia/TerminalControl/ControlCore.h` (+2 -0) 📝 `src/cascadia/TerminalControl/ControlCore.idl` (+2 -0) 📝 `src/cascadia/TerminalControl/TermControl.cpp` (+4 -0) 📝 `src/cascadia/TerminalControl/TermControl.h` (+1 -0) 📝 `src/cascadia/TerminalControl/TermControl.idl` (+1 -0) 📝 `src/cascadia/TerminalSettingsModel/ActionAndArgs.cpp` (+2 -0) 📝 `src/cascadia/TerminalSettingsModel/AllShortcutActions.h` (+2 -1) 📝 `src/cascadia/TerminalSettingsModel/Resources/en-US/Resources.resw` (+3 -0) 📝 `src/cascadia/TerminalSettingsModel/defaults.json` (+1 -0) </details> ### 📄 Description _targets #14548_ Adds an action for immediately restarting the connection. I suspect most folks that wanted #3726 will be happy just with the <kbd>enter</kbd> solution from #14060, but this will work without having to `exit` the client. Just, relaunch whatever the commandline is. Easy peasy. Closes #3726. --- <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:38:55 +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#30146