fix(tui): enable OSC 8 for Windows Terminal (closes #4923)

This commit is contained in:
Armin Ronacher
2026-05-25 00:55:39 +02:00
parent e007fcd0d2
commit 3eb002766f
3 changed files with 9 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
### Fixed
- Fixed `Shift+Enter` in Apple Terminal by detecting local macOS modifier state when Terminal.app sends plain Return.
- Fixed Windows Terminal capability detection to enable OSC 8 hyperlinks, preserving clickable long URLs across wrapped lines ([#4923](https://github.com/earendil-works/pi/issues/4923)).
## [0.75.5] - 2026-05-23