ref: ca0b7c2d1d70964ee36e772c960bd681b3c89c21
parent: 43446595cdf7d6e9908d8f2b9dd2b3cfc577c899
author: penny <penny@limitedideas.org>
date: Wed Oct 1 10:29:18 EDT 2025
wait not like that
--- a/pages.go
+++ b/pages.go
@@ -196,8 +196,8 @@
items = (*page.itembuffer)[:page.index]
items = reverseArray(items)
newindex, _ := findIndex(windowheight, items)
+ page.indexend = page.index
page.index = page.index - newindex
- page.findIndexEnd()
return
}
--
⑨