mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[GH-ISSUE #88] Support for wrapping text or flexWrap #21
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#21
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?
Originally created by @remorses on GitHub (Aug 26, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/88
I would like to wrap some long text instead of the text being clipped
Maybe this could be implemented using
flexWrap: 'wrap'and the user can manually split the text words into many text elements, so there is no need forwhitespace: 'wrap'kind of attributes.@kommander commented on GitHub (Aug 26, 2025):
Text wrapping is a little bit more complicated than flipping a switch in the core unfortunately, but is on the roadmap.
@remorses commented on GitHub (Sep 19, 2025):
Landed in https://github.com/sst/opentui/pull/170