mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #544] Double borders rendered incorrectly on vmware console #399
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#399
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 @SimoneLazzaris on GitHub (Jan 7, 2021).
Original GitHub issue: https://github.com/rivo/tview/issues/544
Hi all;
I've got an application that runs fine in terminal emulator but shows incorrect double borders when run through vmware console.
Single line borders are displayed correctly.
I've already tried and set LC_CTYPE as suggested in the FAQ.
My locale:

Any tips? It would also be acceptable to convert all double borders to single one
@rivo commented on GitHub (Jan 11, 2021):
It looks to me like your terminal emulator isn't able to print all the required characters. For example, if you run something like this in your terminal:
You should see a double line like this:
If you don't, then the font used by the emulator may be incomplete. You could check the settings and change the font maybe, I don't know. Or like you suggested yourself, change the semigraphics characters used in the
Bordersvariable.Let me know if any of this helps.
@SimoneLazzaris commented on GitHub (Jan 15, 2021):
I've ended up changing the semigraphics characters to always use single borders. Thanks