gizak / termui

Golang terminal dashboard
MIT License
13.07k stars 783 forks source link

can't nest grids #194

Closed the-ls-aasif closed 5 years ago

the-ls-aasif commented 5 years ago

cannot use gridVar (type termui.Grid) as type termui.GridBufferer in argument to termui.NewCol: termui.Grid does not implement termui.GridBufferer (missing GetHeight method)

cjbassi commented 5 years ago

Should be working now as of 958a28575d7411492d25e42da3ad5a6e5947d9a4 on the master branch. Let me know if you have any issues with it. Do note that termui has been heavily reworked in that commit, so there's a lot of breaking changes.