Commit Graph

2 Commits (master)

Author SHA1 Message Date
Tom Forbes 0030eb4a13
fix(tests): remove clippy warnings about single char push (#424) 4 years ago
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