mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #818] undefined: tcell.LookupTerminfo #596
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#596
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 @rmasci on GitHub (Feb 28, 2023).
Original GitHub issue: https://github.com/rivo/tview/issues/818
So, I don't understand this at all. I didn't make any changes, just went in to recompile an application that uses tview -- and bam. doesn't work, and I get this error. I have no idea what went wrong, and I was hoping ya'll might know.
github.com/rivo/tview/util.go:82:21: undefined: tcell.LookupTerminfo
Thanks!!
@rivo commented on GitHub (Mar 1, 2023):
tcell.LookupTerminfois a function defined in the github.com/gdamore/tcell package. It sounds like there is some issue with your application'sgo.modmaybe. It's hard to say without more information. In any case, the version fortcellshould bev2.6.0.@rmasci commented on GitHub (Mar 2, 2023):
Thank you -- I have seen go.mod do some weird stuff. This was one of them. I couldn't figure it out, and really that part of the code was pretty old, and nobody used it anyway so ... I just removed it. My other tview stuff works great tho!