freebsd-dev/stand/lua
Kyle Evans 25c4c7a5f3 lualoader: Move carousel storage out into config
Carousel storage doesn't need to happen in the menu module, and indeed
storing it there introduces a circular reference between drawer and menu
that only works because of global pollution in loader.lua.

Carousel choices generally map to config entries anyways, making it as good
of place as any to store these. Move {get,set}CarouselIndex functionality
out into config so that drawer and menu may both use it. If we had more
carousel functionality, it might make sense to create a carousel module, but
this is not the case.
2018-02-20 18:04:08 +00:00
..
color.lua stand/lua: Consistently organize modules 2018-02-20 14:45:58 +00:00
config.lua lualoader: Move carousel storage out into config 2018-02-20 18:04:08 +00:00
core.lua stand/lua: Consistently organize modules 2018-02-20 14:45:58 +00:00
drawer.lua lualoader: Move carousel storage out into config 2018-02-20 18:04:08 +00:00
loader.lua lualoader: Add ability to intercept cli commands 2018-02-20 17:46:50 +00:00
Makefile
menu.lua lualoader: Move carousel storage out into config 2018-02-20 18:04:08 +00:00
password.lua stand/lua: Consistently organize modules 2018-02-20 14:45:58 +00:00
screen.lua stand/lua: Consistently organize modules 2018-02-20 14:45:58 +00:00