[Bug] Terminal URLs not clickable when line-wrapped across terminal width

Status Open
Reported on v2.1.233
Maintainer reply None cached
Activity 0 comments · opened Aug 15, 2026

Bug Description
Links provided in the terminal are line oriented. Meaning, if two characters of a url line wrap, when clicking the url, those two characters are not considered part of the url

Environment Info

  • Platform: win32
  • Terminal: pycharm
  • Version: 2.1.233
  • Feedback ID: 8e47fd52-a1e1-4de2-aad5-5478a5bd8afa

Errors

[]

Line Wrapped:
<img width="551" height="82" alt="Image" src="https://github.com/user-attachments/assets/c530d895-b9ac-4ca5-8156-c7eceea5ec3f" />

All on one line:
<img width="638" height="51" alt="Image" src="https://github.com/user-attachments/assets/b89a46b7-17df-4bd6-9b11-2511e320d9c1" />

View original on GitHub ↗