mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #447] [MERGED] support rendering OSC8 hyperlinks #1326
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#1326
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/447
Author: @kommander
Created: 12/27/2025
Status: ✅ Merged
Merged: 12/27/2025
Merged by: @kommander
Base:
main← Head:osc8-link📝 Commits (10+)
d1a4015initial attributes u8->u320f14bafadjust testse710342first shot02f4559step1c2d029ensure blending link override4c0ddc2link in demo76274e7fix pass through8eec9aafix url107bd4bfix url2a24f3fstash framework links📊 Changes
35 files changed (+1352 additions, -83 deletions)
View changed files
📝
packages/core/src/buffer.ts(+3 -3)➕
packages/core/src/examples/link-demo.ts(+79 -0)📝
packages/core/src/examples/styled-text-demo.ts(+3 -1)📝
packages/core/src/lib/styled-text.ts(+18 -0)📝
packages/core/src/renderables/TextNode.ts(+27 -3)📝
packages/core/src/renderer.ts(+3 -3)📝
packages/core/src/text-buffer.ts(+2 -0)📝
packages/core/src/types.ts(+12 -0)📝
packages/core/src/utils.ts(+15 -0)📝
packages/core/src/zig-structs.ts(+1 -1)📝
packages/core/src/zig.ts(+59 -8)📝
packages/core/src/zig/ansi.zig(+42 -9)📝
packages/core/src/zig/buffer.zig(+104 -12)📝
packages/core/src/zig/lib.zig(+33 -7)➕
packages/core/src/zig/link.zig(+254 -0)📝
packages/core/src/zig/renderer.zig(+36 -3)📝
packages/core/src/zig/syntax-style.zig(+2 -2)📝
packages/core/src/zig/terminal.zig(+18 -0)📝
packages/core/src/zig/tests/buffer_test.zig(+251 -0)📝
packages/core/src/zig/tests/renderer_test.zig(+143 -12)...and 15 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.