mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-30 22:41:44 +00:00

Fixes issue with inserting content with height>viewport_area.height and adds the ability to insert content of height>terminal_height - Adds TestBackend::append_lines() and TestBackend::clear_region() methods to support testing the changes