mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #591] [MERGED] fix(core): handle special char markers in getSpanLines #1418
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#1418
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/591
Author: @remorses
Created: 1/25/2026
Status: ✅ Merged
Merged: 1/26/2026
Merged by: @kommander
Base:
main← Head:fix-capture-spans-marker-chars📝 Commits (1)
3a81f83fix(core): handle special char markers in getSpanLines📊 Changes
2 files changed (+60 additions, -1 deletions)
View changed files
📝
packages/core/src/buffer.ts(+13 -1)📝
packages/core/src/testing/capture-spans.test.ts(+47 -0)📄 Description
getSpanLines() now decodes special char markers (box-drawing, graphemes) correctly using getRealCharBytes().
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.