]> git.neil.brown.name Git - edlib.git/commit
render-lines: avoid putting extra space at EOF for small pane
authorNeilBrown <neil@brown.name>
Fri, 18 Aug 2023 04:19:48 +0000 (14:19 +1000)
committerNeilBrown <neil@brown.name>
Fri, 18 Aug 2023 04:19:48 +0000 (14:19 +1000)
commit4a4fc6ab399970a4caf6804e87fed6cd3ea2577b
tree354a794faef04220dc8c14d064885873a9f6450a
parenta11f583e33af4ee4a611c44534e8b425abbb3945
render-lines: avoid putting extra space at EOF for small pane

We normally add a bit of extra space at end-of-file.
I already had code to avoid this in small panes. But it wasn't working
as line_height_post hadn't been initialised usefully.

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