ratatui/examples/demo
EdJoPaTo f97e07c08a
feat(frame): replace Frame::size() with Frame::area() (#1293)
Area is the more correct term for the result of this method.
The Frame::size() method is marked as deprecated and will be
removed around Ratatui version 0.30 or later.

Fixes: https://github.com/ratatui-org/ratatui/pull/1254#issuecomment-2268061409
2024-08-05 20:15:14 -07:00
..
app.rs refactor(lint): fix new lint warnings (#1178) 2024-06-14 11:26:57 +02:00
crossterm.rs fix(terminal)!: make terminal module private (#1260) 2024-08-02 04:18:00 -07:00
main.rs docs(examples): add note about example versions to all examples (#871) 2024-01-24 11:50:18 -08:00
termion.rs fix(terminal)!: make terminal module private (#1260) 2024-08-02 04:18:00 -07:00
termwiz.rs fix(terminal)!: make terminal module private (#1260) 2024-08-02 04:18:00 -07:00
ui.rs feat(frame): replace Frame::size() with Frame::area() (#1293) 2024-08-05 20:15:14 -07:00