mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-28 13:31:14 +00:00

* `Paragraph:scroll` takes a tuple of offsets instead of a single vertical offset. * `LineTruncator` takes this new horizontal offset into account to let the paragraph scroll horizontally.