microsoft / microsoft/terminal
IPv6 links can not be Ctrl+Clicked
Open
Nobody has claimed this yet.
Area-TerminalControl
Help Wanted
Issue-Task
Product-Terminal
- Dominant language
- C++
- Stars
- 105k
- Forks
- 9.6k
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 29
Description
Windows Terminal version
1.12.2931.0
Windows build number
10.0.22000.348
Other Software
No response
Steps to reproduce
- Run any command that writes an IPv6 link in the terminal window, for example
echo http://[::1]/ - Hover over the link, or try to Ctrl+Click it to follow it
Expected Behavior
Hovering over the link should show the underline and the tooltip about Ctrl+Clicking it, and Ctrl+Clicking it should follow the link like any other link.
Actual Behavior
Nothing happens when hovering over the link or Ctrl+Clicking it.

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the IPv6-link case in Windows Terminal using echo http://[::1]/ and compare it with a regular link. No source file or test is named, so start by locating the terminal link-detection and Ctrl+Click handling entry points. Done means IPv6 links underline, show the Ctrl+Click tooltip, and open when followed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100