Open nfachan opened 3 months ago
To be clear, this must depend the ability to resize the inline viewport https://github.com/ratatui/ratatui/issues/984
fwiw if you use the crossterm backend you can just swap the terminal instance out with a new one of a different viewport size which will mimic resizing the viewport
fwiw if you use the crossterm backend you can just swap the terminal instance out with a new one of a different viewport size which will mimic resizing the viewport
Thanks for the idea!
Use Cases
Initially, when there isn't much to output, or when running just a few tests, the viewport shouldn't grow too large.
During a large test run, the viewport should grow to take up the whole screen as necessary, or maybe the whole screen minus one lines.
At the end of a long test run, the viewport should shrink down again.
Acceptance Criteria
Implementation Considerations
Definition of Done
CHANGELOG.md
updated.doc/book/head
updated.