freebsd-dev/stand/lua
Kyle Evans cb4fbe4ebb lualoader: Use #str instead of tracking length with 'n'
We really gain almost nothing by tracking length separately, especially when
it's as easy as "#str", so reduce complexity.
2018-03-02 02:39:41 +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: Fix some lint-mentioned errors 2018-03-02 02:39:16 +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: Use #str instead of tracking length with 'n' 2018-03-02 02:39:41 +00:00
screen.lua lualoader: Further screen cleanup 2018-02-28 04:31:19 +00:00