freebsd-dev/stand/lua
Kyle Evans fdabb5f55e lualoader: config: Pull some messages out into constants
Rather than hardcoding these things. This could lead to some form of loader
localization later, but the main goal at the moment is to get a clear view
of the strings we're outputting and strive to use more string.format() and
less wild concatenation all over the place.
2018-03-01 02:31:28 +00:00
..
cli.lua lualoader: Explain deviation from naming guidelines 2018-02-25 05:14:06 +00:00
color.lua lualoader: Convert instances of KEYSTR_ESCAPE .. "[" -> KEYSTR_CSI 2018-02-27 22:02:39 +00:00
config.lua lualoader: config: Pull some messages out into constants 2018-03-01 02:31:28 +00:00
core.lua lualoader: Add note that \027 is a decimal representation 2018-02-28 05:11:10 +00:00
drawer.lua lualoader: More argument name expansion, part 2 2018-02-26 04:08:54 +00:00
loader.lua lualoader: Re-work menu skipping bits 2018-02-26 15:37:32 +00:00
Makefile lualoader: Split cli bits out into a cli module 2018-02-22 01:21:39 +00:00
menu.lua lualoader: Dedup these "Return to main menu" entries 2018-03-01 02:04:26 +00:00
password.lua lualoader: Further screen cleanup 2018-02-28 04:31:19 +00:00
screen.lua lualoader: Further screen cleanup 2018-02-28 04:31:19 +00:00