Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-render all lines if the total number of lines increases
If the number of lines increased there's a chance that the increase in lines caused the terminal to scroll (even in the altscreen). Because of this we must repaint everything, as skipping lines will mis-render. Thanks to @fiws for reporting this bug.
- Loading branch information