mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #261] [Question] The first character of the table title is not displayed #204
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#204
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 @skanehira on GitHub (Apr 5, 2019).
Original GitHub issue: https://github.com/rivo/tview/issues/261
I run demos form but the table title's first character was not displayed.
Also, the right corner border of the table is not displayed.
But when i use kitty, then it looks like good worked.
I don't know why it is happened.
Please help me.
OS:
Terminal: Alacritty, Terminal(default)

Terminal: kitty

@rivo commented on GitHub (Apr 5, 2019):
This seems to me like a configuration issue with your terminal program. Have a look at #66 and #118 for similar issues (and their solutions).
I don't believe there's anything I can do here as I cannot influence the specifics of how some terminals render characters. But if there's new information that this is in fact a
tviewissue, I'm happy to reopen this.@skanehira commented on GitHub (Apr 6, 2019):
I solved this problem.
Thank you :)