listbox improvements, tabbing while staying in frame (autoscroll)

This commit is contained in:
Mikayla Fischler
2023-10-15 17:02:48 -04:00
parent 43e545b6ae
commit 01caca48dc
3 changed files with 53 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ local flasher = require("graphics.flasher")
local core = {}
core.version = "2.0.3"
core.version = "2.0.4"
core.flasher = flasher
core.events = events