Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make sure the bottom of the data stays at the bottom (#51)
in large data, getting close to the bottom would make the last element "lift off" the bottom of the frame, leaving empty lines below it even though there is enough lines to fill the entire frame... this PR constrains the "tops" to be less than `nb_lines - height`, forcing the last element of the data to always be at the bottom if there are enough lines to fill the frame.
- Loading branch information