bugfix: inscript's bug
commit9656e137742eb442e9ce013dd3f25cf6df8c9fad
authorKartik K. Agaram <vc@akkartik.com>
Sun, 4 Jun 2023 19:20:24 +0000 (4 12:20 -0700)
committerKartik K. Agaram <vc@akkartik.com>
Sun, 4 Jun 2023 19:20:24 +0000 (4 12:20 -0700)
treed4ab8fedbd004dc855192d52bf5908f848196dbc
parentcf0ba7c15431221e90f6aee87ea5b69ef0b18ea4
bugfix: inscript's bug

To fix this I have to first stop incrementally updating screen_bottom1
in the middle of a frame. Now it always has a good value from the end of
a frame.

I'm also running into some limitations in the test I'd ideally like to
write (that are documented in a comment), but I still get some sort of
automated test for this bugfix.
edit.lua
select.lua
text.lua
text_tests.lua