[PR #9195] [MERGED] Ensure hyperlinks de-underline when pointer leaves terminal #27461

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

📋 Pull Request Information

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

Base: mainHead: 9141-deunderline-link-pointer-exit


📝 Commits (1)

  • ddada55 Ensure hyperlinks de-underlined when pointer leaves terminal

📊 Changes

3 files changed (+75 additions, -44 deletions)

View changed files

📝 src/cascadia/TerminalControl/TermControl.cpp (+69 -42)
📝 src/cascadia/TerminalControl/TermControl.h (+4 -1)
📝 src/cascadia/TerminalControl/TermControl.xaml (+2 -1)

📄 Description

Introduced PointerExited handler to nullify last hovered cell
(which will also de-underline the hyperlink if required).

Closes #9141


🔄 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/9195 **Author:** [@Don-Vito](https://github.com/Don-Vito) **Created:** 2/17/2021 **Status:** ✅ Merged **Merged:** 2/17/2021 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `9141-deunderline-link-pointer-exit` --- ### 📝 Commits (1) - [`ddada55`](https://github.com/microsoft/terminal/commit/ddada553261da1b56ca690a891148d34ec6db828) Ensure hyperlinks de-underlined when pointer leaves terminal ### 📊 Changes **3 files changed** (+75 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalControl/TermControl.cpp` (+69 -42) 📝 `src/cascadia/TerminalControl/TermControl.h` (+4 -1) 📝 `src/cascadia/TerminalControl/TermControl.xaml` (+2 -1) </details> ### 📄 Description Introduced PointerExited handler to nullify last hovered cell (which will also de-underline the hyperlink if required). Closes #9141 --- <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:22:07 +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#27461