mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 13:25:51 +03:00
[GH-ISSUE #538] box.go:271:31: b.borderStyle.Attributes undefined #393
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#393
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 @soease on GitHub (Dec 15, 2020).
Original GitHub issue: https://github.com/rivo/tview/issues/538
github.com/rivo/tview
../../box.go:271:31: b.borderStyle.Attributes undefined (type tcell.Style has no field or method Attributes)
../../table.go:889:138: tcell.StyleDefault.Foreground(cell.Color).Attributes undefined (type tcell.Style has no field or method Attributes)
../../table.go:958:49: style.Background(bg).Foreground(fg).Attributes undefined (type tcell.Style has no field or method Attributes)
@tslocum commented on GitHub (Dec 15, 2020):
You are importing
github.com/gdamore/tcellin your project rather thangithub.com/gdamore/tcell/v2, or you need to upgradetcellto the latest version.@rivo commented on GitHub (Jan 11, 2021):
Please open a new issue and reference this one if this issue still persists.