mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #1121] Special character rendered incorrect in Table #811
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#811
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 @ydzhou on GitHub (Sep 19, 2025).
Original GitHub issue: https://github.com/rivo/tview/issues/1121
Special characters such as
/do not get rendered in the Table Cell if font color is set to light. However, if I set the font color to be black, it gets rendered.The 1st image is the one that the whole table cell does not get rendered, the 2nd image is the one that table cell gets rendered if I set the font color to be black.
The issue seems only on Table component. I do not see the same issue with TextView at least
@rivo commented on GitHub (Sep 27, 2025):
Please include a brief code snippet that allows me to reproduce this issue.
@ydzhou commented on GitHub (Sep 28, 2025):
Please see blow example. I found out the issue is probably more leaning towards
[and]instead of previous special character/.