mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 13:55:51 +03:00
[GH-ISSUE #267] Treeview's first letter is lost #208
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#208
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 @pathbox on GitHub (Apr 14, 2019).
Original GitHub issue: https://github.com/rivo/tview/issues/267
My OS is macOS Mojave 10.14.3, I don't know why, the first letter is replaced with a gray block
@urandom commented on GitHub (Apr 15, 2019):
You might lack the font glyphs needed to render the tree graphics.
@pathbox commented on GitHub (Apr 16, 2019):
@urandom Yeah, maybe . But I don't know what the font glyphs that I need. It is just first letter is missing
@rivo commented on GitHub (May 14, 2019):
What terminal application are you using?
@pathbox commented on GitHub (May 15, 2019):
@rivo ITerm2
@rivo commented on GitHub (Jun 9, 2019):
Have you had a look at #281 already?
If that doesn't help, please right-click on a terminal tab, then go to Edit Session > Text and post a screenshot of that window here.
@pathbox commented on GitHub (Jun 10, 2019):
It works, thanks