rhysd / tui-textarea

Simple yet powerful multi-line text editor widget for ratatui and tui-rs
https://crates.io/crates/tui-textarea
MIT License
347 stars 63 forks source link

Line Wrapping #72

Open arch-il opened 4 months ago

arch-il commented 4 months ago

I searched around the docs and can't seem to find any way to do automatic line wrapping. I am not experienced enough in rust yet to implement it myself. Is there any way to do line wrapping without rendering entire text by myself?