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 0ffea495b1 refactor: implement cascading styles
- merge `Style` and `StyleDiff` together. `Style` now is used to activate or deactivate certain
style rules not to overidden all of them.
- update all impacted widgets, examples and tests.
4 years ago
..
backend refactor: implement cascading styles 4 years ago
widgets refactor: implement cascading styles 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(text): add new text primitives 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(text): add new text primitives 4 years ago
text.rs refactor: implement cascading styles 4 years ago