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 ecb482f297 fix(backend): move the cursor when first diff is on second cell
Both termion and crossterm backends were not moving the cursor if the first diff to draw was on the
second cell. The condition triggering the cursor move has been updated to fix this. In addition, two
tests have been added to avoid future regressions.
4 years ago
..
crossterm.rs fix(backend): move the cursor when first diff is on second cell 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 fix(backend): move the cursor when first diff is on second cell 4 years ago
test.rs refactor: implement cascading styles 4 years ago