mum4k / termdash

Terminal based dashboard.
Apache License 2.0
2.72k stars 136 forks source link

Allow alternative area explicit sizing in splits #373

Closed spacez320 closed 7 months ago

spacez320 commented 7 months ago

This change allows one to apply split options that affect the size of either area elements in a split, whereas previously only the first area element could be explicitly sized.

Users can accomplish this by providing SplitFixedFromEnd or SpltPercentFromEnd options to containers, mirroring the existing SplitFixed and SplitPercent.

A list of changes involved in this PR include:

Fixes https://github.com/mum4k/termdash/issues/292