ratatui-org / ratatui

Rust library that's all about cooking up terminal user interfaces (TUIs) 👨‍🍳🐀
https://ratatui.rs
MIT License
8.83k stars 263 forks source link

Document Terminal::get_frame better #1200

Open joshka opened 1 week ago

joshka commented 1 week ago

On Discord a user asked about how to use Terminal::get_frame(). This is a method that really is there to support more advanced use cases. Users should generally be pointed to use Terminal::draw instead of this.