]> git.neil.brown.name Git - edlib.git/commit
Fix redraw when requesting to display last line
authorNeilBrown <neil@brown.name>
Fri, 6 Oct 2023 23:36:46 +0000 (10:36 +1100)
committerNeilBrown <neil@brown.name>
Sun, 8 Oct 2023 08:10:25 +0000 (19:10 +1100)
commit35f5dc3b0ccabe664aae7f93c1a330cfc751f018
treec70372f4bb73f1b99d1b768beb4a6f8d0d40803d
parentd16e2ed10049ca5af231bb20156ff26f710a2c93
Fix redraw when requesting to display last line

When we request to display the last line, we need to know if the last
line is fully displayed.  We previously assumed it wasn't, which created
strange artifacts.
We can know for certain, so add that test.

Signed-off-by: NeilBrown <neil@brown.name>
DOC/TODO.md
render-lines.c