[PR #15120] [MERGED] Stop the beef when you hover off a hyperlink #30430

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/15120
Author: @DHowett
Created: 4/5/2023
Status: Merged
Merged: 4/6/2023
Merged by: @zadjii-msft

Base: mainHead: dev/duhowett/display-uri


📝 Commits (2)

  • 75f8f9f Stop beefing it when you hover off a hyperlink
  • e6ea440 Write code right the first time

📊 Changes

1 file changed (+10 additions, -8 deletions)

View changed files

📝 src/cascadia/TerminalControl/TermControl.cpp (+10 -8)

📄 Description

Big surprise, apparently W.F.Uri can parse the empty string into garbage!


🔄 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/15120 **Author:** [@DHowett](https://github.com/DHowett) **Created:** 4/5/2023 **Status:** ✅ Merged **Merged:** 4/6/2023 **Merged by:** [@zadjii-msft](https://github.com/zadjii-msft) **Base:** `main` ← **Head:** `dev/duhowett/display-uri` --- ### 📝 Commits (2) - [`75f8f9f`](https://github.com/microsoft/terminal/commit/75f8f9f55008a2bed14990f87b70769c3a32b924) Stop beefing it when you hover off a hyperlink - [`e6ea440`](https://github.com/microsoft/terminal/commit/e6ea4402dfea239dee63ce3adce4b952da735058) Write code right the first time ### 📊 Changes **1 file changed** (+10 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalControl/TermControl.cpp` (+10 -8) </details> ### 📄 Description Big surprise, apparently W.F.Uri can parse the empty string into garbage! --- <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:40:47 +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#30430