mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 13:25:51 +03:00
[GH-ISSUE #2] "terminal entry not found" error using Termite #2
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#2
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 @judah-caruso on GitHub (Jan 9, 2018).
Original GitHub issue: https://github.com/rivo/tview/issues/2
Running any tview project with Termite gives a "terminal entry not found" error.
I ran the box example:
This is the output in Termite:
The project runs fine in other Terminals like XTerm.
@judah-caruso commented on GitHub (Jan 9, 2018):
Woooops! Turns out it's my fault. I needed to set my terminal to "xterm-256color".
@rivo commented on GitHub (Jan 10, 2018):
Glad you were able to solve it!
@tidux commented on GitHub (Nov 12, 2018):
This is actually not a fix.
TERM=xterm-termiteis a perfectly valid setting if you have the corresponding terminfo file installed. Is there some reason tview doesn't use the terminfo database?@rivo commented on GitHub (Nov 12, 2018):
You'll want to post this issue over at
tcell. That's the terminal librarytviewuses, that also handles these settings.@tidux commented on GitHub (Nov 12, 2018):
Looks like that should have been merged recently:
https://github.com/gdamore/tcell/pull/224