change cursor bounds check slightly
commit95342345a827616c9f5fa7c914c02505d9e6ff4d
authorKartik K. Agaram <vc@akkartik.com>
Mon, 3 Apr 2023 00:24:02 +0000 (2 17:24 -0700)
committerKartik K. Agaram <vc@akkartik.com>
Mon, 3 Apr 2023 00:24:02 +0000 (2 17:24 -0700)
tree19d77fd64d379b5af80fe5fd22eccda1e0f5f7df
parent384fb2d19cf5879882426df9e31c77ad7e5bcc8d
change cursor bounds check slightly

This doesn't affect this fork directly, but it's a bad idea to assume
the _app_ is always going to be doing just what a particular subsystem
(here, the text editor in edit.lua+text.lua) is doing.
text.lua