mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 13:55:51 +03:00
[GH-ISSUE #541] treeview show text incorrent #394
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#394
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 @l1b0k on GitHub (Dec 25, 2020).
Original GitHub issue: https://github.com/rivo/tview/issues/541
hi , i found treeview won't show first letter, what do i missing?
here is the code
@rivo commented on GitHub (Jan 11, 2021):
I can't reproduce this. This is what it looks like to me:
You might want to look at the FAQ: https://github.com/rivo/tview/wiki/FAQ
I contains an entry which could be relevant to your issue.
Let me know if this helps.
@l1b0k commented on GitHub (Jan 12, 2021):
@rivo hi, thanks for reply, solved with
export LC_CTYPE="en_US.UTF-8"