freebsd-dev/stand/lua
Kyle Evans 483f0a33f3 lualoader: Correct test and name
The functionality was correct, but our style guidelines tend to request that
we shy away from using boolean operations in place of explicit comparisons
to nil.
2018-02-24 03:43:10 +00:00
..
cli.lua lualoader: Use "local function x()" instead of "local x = function()" 2018-02-23 04:03:07 +00:00
color.lua Add SPDX tags to lua files 2018-02-23 02:51:35 +00:00
config.lua lualoader: Correct test and name 2018-02-24 03:43:10 +00:00
core.lua lualoader: Use "local function x()" instead of "local x = function()" 2018-02-23 04:03:07 +00:00
drawer.lua lualoader: Track effective line number, use it for drawing 2018-02-23 04:12:19 +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: Use "local function x()" instead of "local x = function()" 2018-02-23 04:03:07 +00:00
password.lua Add SPDX tags to lua files 2018-02-23 02:51:35 +00:00
screen.lua Add SPDX tags to lua files 2018-02-23 02:51:35 +00:00