freebsd-dev/stand/lua
Kyle Evans 8620ae0187 lualoader: Remove remnants of testing...
twiddle_pos didn't need to be a module-scope local, since it's going to get
reset with every read anyways- it was left-over from other things.

screen.movecursor with a y=-1 setting was from a test of movecursor,
resulting in the twiddle characters being drawn going up the console and
looking quite funky.
2018-02-27 21:30:24 +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: Re-work menu skipping bits 2018-02-26 15:37:32 +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: Remove remnants of testing... 2018-02-27 21:30:24 +00:00
screen.lua lualoader: Add a twiddle at password prompt 2018-02-27 21:22:57 +00:00