freebsd-dev/stand/lua
Kyle Evans a6f1506f1a lualoader: Add a twiddle at password prompt
This gives some form of feedback while typing, and matches-(ish*) Forth
behavior. The cursor generally rests two column after the password prompt,
then the twiddle is drawn three columns later and the cursor reset to
resting position after being drawn.

I've removed the note about re-evaluating it for security considerations and
instead set it up as a module-local variable that we can set later depending
on environment or something. It's set to false with no chance of changing at
the moment.

*As close as I can tell from reading check-password.4th, because I don't
have an easy test (or deployed) setup for forth loader to check how close
it is. Please do mention if it's not close enough.
2018-02-27 21:22:57 +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: Add a twiddle at password prompt 2018-02-27 21:22:57 +00:00
screen.lua lualoader: Add a twiddle at password prompt 2018-02-27 21:22:57 +00:00