spectre.console
spectre.console copied to clipboard
Can't find how to render panel to whole screen
Is your feature request related to a problem? Please describe.
I've tried to find a way to display a panel which fills the entire terminal. (for live display)
I've found .Expand() which sorts out the width, but it doesn't adjust height.
There are no examples that I can find which would do it.
Describe the solution you'd like Some documentation about fully expanded displays.
Please upvote :+1: this issue if you are interested in it.
You can use Layout for this.
Thanks, it seems to work. I can't see anywhere it's actually mentioned in the docs though.