You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tui-rs/src
Florian Dehau 54b841fab6 feat(widgets/paragraph): improve scrolling
Add optional callback to `Wrap` to compute the scroll offsets given the wrapped lines. This let
users compute the offsets dynamically.
4 years ago
..
backend fix(backend): move the cursor when first diff is on second cell 4 years ago
widgets feat(widgets/paragraph): improve scrolling 4 years ago
buffer.rs refactor: implement cascading styles 4 years ago
layout.rs layout: add vertical split constraint test on height 4 years ago
lib.rs feat(terminal): add unstable api to use a fixed viewport 4 years ago
style.rs refactor: implement cascading styles 4 years ago
symbols.rs feat: add missing `Clone` and `Copy` on types 4 years ago
terminal.rs feat(terminal): add unstable api to use a fixed viewport 4 years ago
text.rs refactor: implement cascading styles 4 years ago