[PR #9039] [MERGED] Fix hyperlink not de-underlined in unfocused pane #27390

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/9039
Author: @Don-Vito
Created: 2/4/2021
Status: Merged
Merged: 2/5/2021
Merged by: @DHowett

Base: mainHead: 8925-fix-underline-unfocused


📝 Commits (1)

  • ca2422f Fix url not de-underlined in unfocused pane

📊 Changes

1 file changed (+3 additions, -9 deletions)

View changed files

📝 src/cascadia/TerminalControl/TermControl.cpp (+3 -9)

📄 Description

Ensures that:

  • All hyperlink related logic is running on unfocused pane
  • All unrelated logic is not running on unfocused pane

Closes #8925


🔄 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/9039 **Author:** [@Don-Vito](https://github.com/Don-Vito) **Created:** 2/4/2021 **Status:** ✅ Merged **Merged:** 2/5/2021 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `8925-fix-underline-unfocused` --- ### 📝 Commits (1) - [`ca2422f`](https://github.com/microsoft/terminal/commit/ca2422f88dbf7750a1a8915b3f0438b01567dacc) Fix url not de-underlined in unfocused pane ### 📊 Changes **1 file changed** (+3 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalControl/TermControl.cpp` (+3 -9) </details> ### 📄 Description Ensures that: * All hyperlink related logic is running on unfocused pane * All unrelated logic is not running on unfocused pane Closes #8925 --- <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:21:41 +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#27390