mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #614] Border drawing error on mac system and windows system #451
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#451
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 @XljBear on GitHub (Jun 1, 2021).
Original GitHub issue: https://github.com/rivo/tview/issues/614
When using Tview, I found that all the borders will be misaligned when drawn between the mac system and the windows system.
It works normally under linux system.
There is a problem of duplication of title text, missing title text,and offset of the border
tview is great ! thank~
@XljBear commented on GitHub (Jun 1, 2021):
Sorry, I see the solution!
export LC_CTYPE="en_US.UTF-8"
TextView#474