freebsd-dev/stand/lua
Kyle Evans 7104917375 stand/lua: Address some nits
1.) Instead of string.function(s, ...), use s:function(...)
2.) Don't try to concatenate `res`, it was just tested to be nil
3.) Note that "Loading configuration" is configured modules, and be a little
more precise in mentioning what failed ("loading of one or more modules")
2018-02-17 04:43:41 +00:00
..
color.lua
config.lua stand/lua: Address some nits 2018-02-17 04:43:41 +00:00
core.lua stand/lua: Correct usage and acceptance of BACKSPACE/DELETE keys 2018-02-16 17:42:38 +00:00
drawer.lua stand/lua: Create/use some MENU_ constants where applicable 2018-02-16 14:57:42 +00:00
loader.lua
Makefile
menu.lua stand/lua: Color non-default kernels blue 2018-02-17 04:07:16 +00:00
password.lua stand/lua: Correct usage and acceptance of BACKSPACE/DELETE keys 2018-02-16 17:42:38 +00:00
screen.lua stand/lua: Use escaped dot instead of single character class 2018-02-16 18:50:06 +00:00