freebsd-dev/stand/lua
Kyle Evans 230061c53d lualoader: Add note that \027 is a decimal representation
We've included an extra '0' in there (which might get removed later, but
it's maintained for the moment for legacy purposes) which oftentimes
indicate that the following number should be treated as octal. This is not
the case, so note that to prevent future confusion (of myself and others).
2018-02-28 05:11:10 +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: Remove debug function 2018-02-28 05:02:05 +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: Re-work menu skipping bits 2018-02-26 15:37:32 +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