mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #90] [MERGED] Almost full unicode #279
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#279
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/90
Author: @kommander
Created: 8/27/2025
Status: ✅ Merged
Merged: 8/27/2025
Merged by: @kommander
Base:
main← Head:almost-full-unicode📝 Commits (1)
cff2958almost full unicode📊 Changes
62 files changed (+2665 additions, -778 deletions)
View changed files
📝
packages/core/src/Renderable.ts(+26 -34)📝
packages/core/src/benchmark/renderer-benchmark.ts(+26 -13)📝
packages/core/src/buffer.ts(+8 -2)📝
packages/core/src/console.ts(+1 -1)📝
packages/core/src/examples/ascii-font-selection-demo.ts(+26 -13)📝
packages/core/src/examples/console-demo.ts(+49 -11)📝
packages/core/src/examples/fonts.ts(+6 -3)📝
packages/core/src/examples/fractal-shader-demo.ts(+8 -4)📝
packages/core/src/examples/framebuffer-demo.ts(+30 -15)➕
packages/core/src/examples/full-unicode-demo.ts(+181 -0)📝
packages/core/src/examples/hast-syntax-highlighting-demo.ts(+12 -6)📝
packages/core/src/examples/index.ts(+24 -6)📝
packages/core/src/examples/input-demo.ts(+14 -7)📝
packages/core/src/examples/input-select-layout-demo.ts(+30 -15)📝
packages/core/src/examples/lights-phong-demo.ts(+10 -5)📝
packages/core/src/examples/live-state-demo.ts(+39 -20)📝
packages/core/src/examples/mouse-interaction-demo.ts(+25 -11)📝
packages/core/src/examples/nested-zindex-demo.ts(+42 -21)📝
packages/core/src/examples/opentui-demo.ts(+108 -54)📝
packages/core/src/examples/physx-planck-2d-demo.ts(+10 -5)...and 42 more files
📄 Description
OptimizedBufferandTextBufferzgdependency for the zig build, to iterate grapheme clusters and measure their widthWidthMethodOptimizedBufferandTextBuffernow need a mandatory width method value (will be taken from the renderer in most cases, as the renderer holds the capabilities for the terminal)Renderableconstructor to now take aRenderContext(the renderer implements this context), moving theidinto options and making it optional to use a custom id.RenderContextawareNote: There are still known issues with unicode/grapheme rendering across terminals, help wanted.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.