freebsd-dev/stand/lua
Kyle Evans 5495d73c35 lualoader: screen argument fixes
screen was also guilty of not-so-great argument names, but it was also
guilty of handling color sequences on its own. Change those bits to using
the color module instead.

As a side note, between color and screen, I'm not 100% sure that returning
the color_value is the right thing to do if we won't generate the escape
sequences. This should be re-evaluated at a later time, and they should
likely return nil instead.
2018-02-26 04:12:54 +00:00
..
cli.lua lualoader: Explain deviation from naming guidelines 2018-02-25 05:14:06 +00:00
color.lua lualoader: More argument name expansion, part 2 2018-02-26 04:08:54 +00:00
config.lua lualoader: More argument name expansion, part 2 2018-02-26 04:08:54 +00:00
core.lua lualoader: More argument name expansion, part 2 2018-02-26 04:08:54 +00:00
drawer.lua lualoader: More argument name expansion, part 2 2018-02-26 04:08:54 +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: More argument name expansion, part 2 2018-02-26 04:08:54 +00:00
password.lua lualoader: Clean up naming conventions a little bit 2018-02-24 20:21:21 +00:00
screen.lua lualoader: screen argument fixes 2018-02-26 04:12:54 +00:00