gizak / termui

Golang terminal dashboard
MIT License
13.14k stars 787 forks source link

Is it possible to determine screen height automatically? #115

Closed rainux closed 7 years ago

rainux commented 7 years ago

The Grid system handle width automatically, but I didn't found anyway to do this on height.

gizak commented 7 years ago

Unfortunately automatically stretching height is not supported, but we can do this manually by listening resize event.