[PR #516] [MERGED] avoid stdout write overlaps when threaded #1374

Closed
opened 2026-03-14 09:33:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/516
Author: @kommander
Created: 1/12/2026
Status: Merged
Merged: 1/12/2026
Merged by: @kommander

Base: mainHead: stdout-broken-sequences


📝 Commits (7)

📊 Changes

6 files changed (+102 additions, -39 deletions)

View changed files

📝 packages/core/src/renderables/__tests__/Textarea.selection.test.ts (+4 -1)
📝 packages/core/src/renderer.ts (+9 -0)
📝 packages/core/src/tests/renderer.palette.test.ts (+3 -0)
📝 packages/core/src/zig.ts (+16 -0)
📝 packages/core/src/zig/lib.zig (+7 -4)
📝 packages/core/src/zig/renderer.zig (+63 -34)

📄 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/516 **Author:** [@kommander](https://github.com/kommander) **Created:** 1/12/2026 **Status:** ✅ Merged **Merged:** 1/12/2026 **Merged by:** [@kommander](https://github.com/kommander) **Base:** `main` ← **Head:** `stdout-broken-sequences` --- ### 📝 Commits (7) - [`8d1906d`](https://github.com/anomalyco/opentui/commit/8d1906d6263f0cfc3123532dc39e9050f90ae2b4) sync stdout - [`c3f5195`](https://github.com/anomalyco/opentui/commit/c3f51953d2bb1cfbb22eee1e13cd9d8059f5f146) cleanup - [`8f45c60`](https://github.com/anomalyco/opentui/commit/8f45c60c910068fb3b4c7bf4ece6b654628f4e76) cleanup - [`408ba33`](https://github.com/anomalyco/opentui/commit/408ba334a9290c98f5c1e3124584f86a2718d564) remove non-useful tests - [`db166dc`](https://github.com/anomalyco/opentui/commit/db166dc5d91eac3264297df31488cf6a7d156b74) keep main setup - [`9122860`](https://github.com/anomalyco/opentui/commit/9122860c052f591c6bd6eee4e87d3f2e53db3cf9) shared buffer - [`f657704`](https://github.com/anomalyco/opentui/commit/f65770455666380d6a8977ca2ed8d4745f32b878) maybe less flaky ### 📊 Changes **6 files changed** (+102 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `packages/core/src/renderables/__tests__/Textarea.selection.test.ts` (+4 -1) 📝 `packages/core/src/renderer.ts` (+9 -0) 📝 `packages/core/src/tests/renderer.palette.test.ts` (+3 -0) 📝 `packages/core/src/zig.ts` (+16 -0) 📝 `packages/core/src/zig/lib.zig` (+7 -4) 📝 `packages/core/src/zig/renderer.zig` (+63 -34) </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-14 09:33:20 +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#1374
No description provided.