Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle single wrapped line scrolling
Before this change, scrolling down when there were multiple layout lines, that rendered beyond the screen, would not work properly. This is because the current logic only acts if there are two or more buffer lines, calculating the proper layout height for each line. This adds an edge case check for single lines, ensuring the case is handled.
- Loading branch information