]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
lualoader: Clear the screen before prompting for password
authorkevans <kevans@FreeBSD.org>
Tue, 26 Mar 2019 02:33:27 +0000 (02:33 +0000)
committerkevans <kevans@FreeBSD.org>
Tue, 26 Mar 2019 02:33:27 +0000 (02:33 +0000)
commit99ce179649918159370077ba477faff0f8eef379
tree3bb3898062508f0c0ed7cbdf385248cc21dd7ec1
parent97062c1e9784f5890a1474f88f456f2bb7252e4d
lualoader: Clear the screen before prompting for password

Assuming that the autoboot sequence was interrupted, we've done enough
cursor manipulation that the prompt for the password will be sufficiently
obscured a couple of lines up. Clear the screen and reset the cursor
position here, too.

MFC after: 1 week
stand/lua/password.lua