mirror of
https://github.com/ratatui-org/ratatui
synced 2025-02-16 22:18:51 +00:00
- also adds builder methods on list state to make it easy to construct a list state with selected and offset as a one-liner. Uses `with_` as the prefix for these methods as the selected method currently acts as a getter rather than a builder. - cargo tarpaulin suggests only two lines are not covered (the two match patterns of the self.start_corner match 223 and 227). the body of these lines is covered, so this is probably 100% coverage. |
||
---|---|---|
.. | ||
backend | ||
widgets | ||
buffer.rs | ||
layout.rs | ||
lib.rs | ||
style.rs | ||
symbols.rs | ||
terminal.rs | ||
text.rs |