toukan icon indicating copy to clipboard operation
toukan copied to clipboard

Build failing.

Open emmggi opened this issue 3 years ago • 1 comments

$ go build .                                           
# github.com/rivo/tview
/home/user/go/src/github.com/rivo/tview/box.go:343:63: cannot convert b.borderAttributes (type tcell.AttrMask) to type tcell.Style
/home/user/go/src/github.com/rivo/tview/table.go:331:108: cannot convert attributes (type tcell.AttrMask) to type tcell.Style
/home/user/go/src/github.com/rivo/tview/table.go:888:150: cannot convert cell.Attributes (type tcell.AttrMask) to type tcell.Style
/home/user/go/src/github.com/rivo/tview/table.go:957:63: cannot convert a (type tcell.AttrMask) to type tcell.Style
/home/user/go/src/github.com/rivo/tview/table.go:1020:24: invalid operation: t.selectedStyle != 0 (mismatched types tcell.Style and int)

emmggi avatar Sep 16 '20 09:09 emmggi