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/backend
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
..
crossterm.rs refactor: implement cascading styles 4 years ago
curses.rs refactor: implement cascading styles 4 years ago
mod.rs feat: add pancurses backend 5 years ago
rustbox.rs refactor: implement cascading styles 4 years ago
termion.rs refactor: implement cascading styles 4 years ago
test.rs refactor: implement cascading styles 4 years ago