gdamore/tcell

contentV not used in views/cellarea.go

Closed this issue · 1 comments

While trying to get my head around the views package, I've noticed that contentV seems to be unused.
https://github.com/gdamore/tcell/blob/main/views/cellarea.go#L39

Ok, let this be a issue about the views package in general...

When I change the style, nothing seems to change. One would expect the background of the app turns in to pink or any other set color, right?
https://github.com/gdamore/tcell/blob/main/views/_demos/cellview.go#L215