mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #281] tview text view miss display bug. #217
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#217
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 @eval-exec on GitHub (May 11, 2019).
Original GitHub issue: https://github.com/rivo/tview/issues/281
After I run
go runan example from tview wiki tview-wikiThe first character on each beginning of line miss diaplay.
and view-wiki-pages.go
there may be something wrong happened in page border.
I am using Arch Linux
$ uname -aLinux mufasa 5.0.13-arch1-1-ARCH #1 SMP PREEMPT Sun May 5 18:05:41 UTC 2019 x86_64 GNU/LinuxI am using xfce windows manager.
I run
go run ...on xfce terminal.My linux locale is :
$ localeLANG=en_US.UTF-8LC_CTYPE="en_US.UTF-8"LC_NUMERIC="en_US.UTF-8"LC_TIME="en_US.UTF-8"LC_COLLATE="en_US.UTF-8"LC_MONETARY="en_US.UTF-8"LC_MESSAGES="en_US.UTF-8"LC_PAPER="en_US.UTF-8"LC_NAME="en_US.UTF-8"LC_ADDRESS="en_US.UTF-8"LC_TELEPHONE="en_US.UTF-8"LC_MEASUREMENT="en_US.UTF-8"LC_IDENTIFICATION="en_US.UTF-8"LC_ALL=en_US.UTF-8@eval-exec commented on GitHub (May 11, 2019):
This problem is solved after I run the command:
export LC_CTYPE="en_US.UTF-8"@eval-exec commented on GitHub (May 11, 2019):