chiark / gitweb /
ensure_enough_rendered: forgot to render bottom item!
authorSimon Tatham <anakin@pobox.com>
Sun, 31 Dec 2023 13:37:01 +0000 (13:37 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 31 Dec 2023 13:37:01 +0000 (13:37 +0000)
commit7c3607ba17325852b3290e468fd0cf2285b348fc
treef6d634ad4efcc40f9cc6cff328553d09c881bd6a
parentf17cce0edd229381afd4f1605bf4e7d17074591e
ensure_enough_rendered: forgot to render bottom item!

We must render the actual item that our current position points at, as
well as the ones before that. I had my loop backwards.
src/file.rs