freebsd-dev/stand/lua
Kyle Evans 28384160a7 lualoader: Pull menu redrawing specifics out of menu.process
In general, every menu redraw is going to require a screen clear and cursor
reset. Each redraw also has the potential to invalidate the alias table, so
we move the alias table being used out into a module variable. This allows
third party consumers to also inspect or update the alias table if they need
to.

While here, stop searching the alias table once we've found a match.
2018-02-25 04:44:45 +00:00
..
cli.lua lualoader: Clean up naming conventions a little bit 2018-02-24 20:21:21 +00:00
color.lua Add SPDX tags to lua files 2018-02-23 02:51:35 +00:00
config.lua lualoader: Don't explicitly index tables without reason 2018-02-25 03:30:24 +00:00
core.lua lualoader: Clean up naming conventions a little bit 2018-02-24 20:21:21 +00:00
drawer.lua lualoader: Clean up naming conventions a little bit 2018-02-24 20:21:21 +00:00
loader.lua Add SPDX tags to lua files 2018-02-23 02:51:35 +00:00
Makefile lualoader: Split cli bits out into a cli module 2018-02-22 01:21:39 +00:00
menu.lua lualoader: Pull menu redrawing specifics out of menu.process 2018-02-25 04:44:45 +00:00
password.lua lualoader: Clean up naming conventions a little bit 2018-02-24 20:21:21 +00:00
screen.lua Add SPDX tags to lua files 2018-02-23 02:51:35 +00:00