mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 13:25:51 +03:00
[GH-ISSUE #864] [BUG Report] Text may disappear when using non-English text #627
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#627
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 @yumao233 on GitHub (Jul 23, 2023).
Original GitHub issue: https://github.com/rivo/tview/issues/864
Environment:
Windows 11 21H2
GO 1.19
I want to use this tool to write an interesting mini desktop software, but it seems that it is not very friendly to run in a Chinese environment? .
Here's a short video that clearly demonstrates the problem.
https://github.com/rivo/tview/assets/18360009/d2beabfa-8eec-48c7-8048-6f138765137c
When I run the program for the first time, the text on the terminal is normal. When I press
↑,↓orenteron the*tview.Listcomponent, all the text in the entire terminal except English disappears.Here is my source code:
https://github.com/MCSManager/Launcher/blob/feature/terminal-ui/main.go
Is there something I'm missing?
@yumao233 commented on GitHub (Jul 23, 2023):
Well, it seems that there is already a solution.
https://github.com/rivo/tview/issues/862