ratatui/examples/demo2
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
..
tabs refactor: expand glob imports (#1152) 2024-05-29 04:42:29 -07:00
app.rs feat(frame): replace Frame::size() with Frame::area() (#1293) 2024-08-05 20:15:14 -07:00
colors.rs refactor: expand glob imports (#1152) 2024-05-29 04:42:29 -07:00
destroy.rs feat(frame): replace Frame::size() with Frame::area() (#1293) 2024-08-05 20:15:14 -07:00
errors.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
main.rs chore: replace big_text with hardcoded logo (#1203) 2024-08-03 16:08:59 -07:00
tabs.rs feat(examples): add demo2 example (#500) 2023-09-21 01:47:23 -07:00
term.rs fix(terminal)!: make terminal module private (#1260) 2024-08-02 04:18:00 -07:00
theme.rs refactor: expand glob imports (#1152) 2024-05-29 04:42:29 -07:00