mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
[PR #704] [CLOSED] core: add RTL support (Hebrew) #725
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#725
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/704
Author: @goniz
Created: 2/18/2026
Status: ❌ Closed
Base:
main← Head:feat/hebrew-rtl-support📝 Commits (1)
bd9b0f0core: add hebrew rtl support📊 Changes
5 files changed (+930 additions, -144 deletions)
View changed files
📝
packages/core/src/zig/buffer.zig(+360 -144)➕
packages/core/src/zig/rtl.zig(+159 -0)📝
packages/core/src/zig/tests/buffer_test.zig(+136 -0)📝
packages/core/src/zig/tests/renderer_test.zig(+172 -0)📝
packages/core/src/zig/tests/text-buffer-drawing_test.zig(+103 -0)📄 Description
This PR adds support for RTL languages, mainly Hebrew.
Its still a WIP, I'll update the description more later.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.