mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
[PR #319] [MERGED] fix word wrapping with CJK and at wrap/chunk boundaries #1229
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#1229
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/319
Author: @kommander
Created: 11/16/2025
Status: ✅ Merged
Merged: 11/17/2025
Merged by: @kommander
Base:
main← Head:debug-cjk-linebreak-bytes📝 Commits (10+)
566fc83reproduceffb539efixed but meh...dff4d70stash repro0ce7b89only keep reprodf41d77fix0977294cleanupb495368properly cover CJK issueaafbe21reproduce insert+backspace+insert wrap issuee319c1dweeeeeird cursorcb8b04aawful📊 Changes
5 files changed (+392 additions, -24 deletions)
View changed files
📝
packages/core/src/zig/buffer.zig(+17 -11)📝
packages/core/src/zig/tests/editor-view_test.zig(+132 -0)📝
packages/core/src/zig/tests/text-buffer-drawing_test.zig(+114 -0)📝
packages/core/src/zig/tests/text-buffer-view_test.zig(+44 -0)📝
packages/core/src/zig/text-buffer-view.zig(+85 -13)📄 Description
should solve the recent issue in #255
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.