freebsd-dev/stand/lua
Kyle Evans 0901ba3aa1 lualoader: Re-do twiddle
It worked on my test setup, but is clearly non-functional on others.

Further examination of check-password.4th showed that it actually reset the
cursor to 0,25 every time and overwrote the previous password prompt. Do
that, and also clear the "Incorrect Password" text if the correct password
gets entered.
2018-02-28 04:23: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: Correct test sense, comments, and add some more comments 2018-02-27 22:07:41 +00:00
core.lua lualoader: Convert instances of KEYSTR_ESCAPE .. "[" -> KEYSTR_CSI 2018-02-27 22:02:39 +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: Re-do twiddle 2018-02-28 04:23:28 +00:00
screen.lua lualoader: Re-do twiddle 2018-02-28 04:23:28 +00:00