witchard / toukan

A simple Kanban board for your terminal
MIT License
19 stars 5 forks source link

Build failing. #1

Open emmggi opened 4 years ago

emmggi commented 4 years ago
$ 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)
witchard commented 4 years ago

Thanks for the report, I never really got round to finishing this off to my satisfaction. Happy to accept a PR.