mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #286] [MERGED] lazy highlights for code renderable and append text for native text buffer #421
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#421
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/286
Author: @kommander
Created: 11/9/2025
Status: ✅ Merged
Merged: 11/9/2025
Merged by: @kommander
Base:
main← Head:append-text📝 Commits (5)
aeba579append26bf03aexpose6b31365keepalivec3138aclazy highlights0c7899badjust tests📊 Changes
10 files changed (+779 additions, -96 deletions)
View changed files
📝
packages/core/src/renderables/Code.test.ts(+61 -20)📝
packages/core/src/renderables/Code.ts(+86 -69)📝
packages/core/src/tests/scrollbox.test.ts(+14 -2)📝
packages/core/src/text-buffer.test.ts(+92 -0)📝
packages/core/src/text-buffer.ts(+15 -0)📝
packages/core/src/zig.ts(+18 -0)📝
packages/core/src/zig/lib.zig(+9 -0)📝
packages/core/src/zig/tests/text-buffer_test.zig(+439 -0)📝
packages/core/src/zig/text-buffer.zig(+32 -0)📝
packages/solid/tests/scrollbox-content.test.tsx(+13 -5)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.