-
-
Notifications
You must be signed in to change notification settings - Fork 258
bug: Hyperlink protocol corrupted: "https://" becomes "tps://" on Alt+Click #1457
Copy link
Copy link
Open
Description
Bug Description
When clicking on an HTTPS URL with Alt+Click, the protocol is incorrectly parsed - the first two characters ("ht") are removed from "https", resulting in "tps://" which Windows cannot recognize as a valid protocol.
Steps to Reproduce
- Display any HTTPS URL in Rio terminal output (e.g.,
echo "https://github.com") - Hold Alt and click on the URL
- Windows shows error: "This file does not have a program associated with it"
Expected Behavior
Alt+Click should open the full URL: https://github.com in the default browser
Actual Behavior
Windows tries to open: tps://github.com (missing "ht" - first two characters from "https")
Environment
- Rio Version: 0.2.37
- OS: Windows 11
- Shell: PowerShell 7
Observation
The first two characters of the protocol are consistently removed when using Alt+Click on hyperlinks.

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels