[PR #286] [MERGED] lazy highlights for code renderable and append text for native text buffer #421

Closed
opened 2026-03-02 23:46:26 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: append-text


📝 Commits (5)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opentui/pull/286 **Author:** [@kommander](https://github.com/kommander) **Created:** 11/9/2025 **Status:** ✅ Merged **Merged:** 11/9/2025 **Merged by:** [@kommander](https://github.com/kommander) **Base:** `main` ← **Head:** `append-text` --- ### 📝 Commits (5) - [`aeba579`](https://github.com/anomalyco/opentui/commit/aeba579a7ed20c487f1e55007c81d1d87b38360c) append - [`26bf03a`](https://github.com/anomalyco/opentui/commit/26bf03aab573acc021b1ca423302670650b73e5a) expose - [`6b31365`](https://github.com/anomalyco/opentui/commit/6b313655085e6deb7bfbb937cca9e6c43683d087) keepalive - [`c3138ac`](https://github.com/anomalyco/opentui/commit/c3138ac499b4477e1495aaec9431d04417c00a1f) lazy highlights - [`0c7899b`](https://github.com/anomalyco/opentui/commit/0c7899b193faf7368936129f71866975c48a9f27) adjust tests ### 📊 Changes **10 files changed** (+779 additions, -96 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:46:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/opentui#421
No description provided.