← All releases
Attyx v0.4.2
Attyx v0.4.2
Hyperlinks and clipboard
A focused follow-up on URL handling — wrapped URLs work as a single link, apps can copy to the system clipboard, and tools that gate hyperlinks on a terminal whitelist now opt in automatically.
What changed
- URLs that wrap across lines are one link again — when a URL is long enough to soft-wrap to the next row, hover, click, and the underline now treat the whole thing as a single span instead of stopping at the row boundary. Works the same for plain detected URLs and OSC 8 hyperlinks (#235)
- Apps can copy to the system clipboard (OSC 52) —
vimover SSH,tmuxcopy mode,lazygit, and anything else that uses the OSC 52 escape can write to the real macOS/Linux/Windows clipboard. Query and clear forms are ignored, so apps can’t read what’s already on your clipboard (#235) - OSC 8 hyperlinks render correctly with mixed styling — Claude Code’s bold red
#791PR links and similar patterns (SGR + OSC 8 + text + OSC 8 close + SGR reset) now keep both the link and the styling on the right cells. Tools that gate hyperlink output on a terminal whitelist (npm’ssupports-hyperlinks, etc.) seeFORCE_HYPERLINK=1and emit links without us having to lie aboutTERM_PROGRAM(#235)