freebsd-dev/stand/lua
Kyle Evans 02122e53a8 stand/lua: Reduce exposure of the drawer module
As part of an effort to slowly reduce our exports overall to a set of stable
properties/functions, go ahead and reduce what drawer exposes to others.

The graphics should generally not be modified on their own, but their
position could be modified if additional grahics also need to be drawn.
Export position/shift information, but leave the actual graphic local to
the module.

The next step will be to create a 'menudef' that gets exported instead, with
each entry in the menudef table describing the graphic to be drawn along
with specific positioning information.
2018-02-20 04:23:43 +00:00
..
color.lua stand/lua: Round up some more style.lua(9) concerns 2018-02-19 17:51:33 +00:00
config.lua stand/lua: Add copyright notice in places 2018-02-19 18:11:35 +00:00
core.lua stand/lua: Don't set ACPI off just because we can't detect it. 2018-02-20 02:03:29 +00:00
drawer.lua stand/lua: Reduce exposure of the drawer module 2018-02-20 04:23:43 +00:00
loader.lua
Makefile
menu.lua stand/lua: Extract menu handlers out into menu.handlers table 2018-02-20 03:40:16 +00:00
password.lua stand/lua: Add copyright notice in places 2018-02-19 18:11:35 +00:00
screen.lua stand/lua: Round up some more style.lua(9) concerns 2018-02-19 17:51:33 +00:00