"HTML-like anchors" are only functional in WSL sessions. #21631

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

Originally created by @Peter0x44 on GitHub (May 5, 2024).

Windows Terminal version

Version: 1.19.11213.0

Windows build number

WIndows 10 Version 22H2 (OS Build 19045.4291)

Other Software

GCC version 10 or later

Steps to reproduce

Install GCC 10 or later
I use w64devkit:
https://github.com/skeeto/w64devkit/releases/latest

Try compiling the following code:

#include <stdio.h>
int main(void) { printf("%f", 1); }

with:
gcc -Wall test.c -fdiagostics-urls=always

Observe that the hyperlink on [-Wformat=] does not work correctly

Expected Behavior

image
The expected behavior is what WSL does, the hyperlink is present, and ctrl+click opens it.

Actual Behavior

See above screenshot.

Originally created by @Peter0x44 on GitHub (May 5, 2024). ### Windows Terminal version Version: 1.19.11213.0 ### Windows build number WIndows 10 Version 22H2 (OS Build 19045.4291) ### Other Software GCC version 10 or later ### Steps to reproduce Install GCC 10 or later I use w64devkit: https://github.com/skeeto/w64devkit/releases/latest Try compiling the following code: ```c #include <stdio.h> int main(void) { printf("%f", 1); } ``` with: `gcc -Wall test.c -fdiagostics-urls=always` Observe that the hyperlink on [-Wformat=] does not work correctly ### Expected Behavior ![image](https://github.com/microsoft/terminal/assets/49879065/8d33a5bd-b854-4f03-9ab7-83bc58ed6f9a) The expected behavior is what WSL does, the hyperlink is present, and ctrl+click opens it. ### Actual Behavior See above screenshot.
claunia added the Needs-TriageIssue-Bug labels 2026-01-31 07:50:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#21631