aboutsummaryrefslogtreecommitdiff
path: root/stand/lua/screen.lua
Commit message (Expand)AuthorAgeFilesLines
* lualoader: don't botch disabling of colorKyle Evans2019-10-211-2/+2
* Serial console menus for lua.Warner Losh2018-08-201-10/+0
* lualoader: Clear up some possible naming confusionKyle Evans2018-03-211-2/+2
* lualoader: Use global printc instead of loader.printcKyle Evans2018-03-021-5/+5
* lualoader: Further screen cleanupKyle Evans2018-02-281-1/+4
* lualoader: Re-do twiddleKyle Evans2018-02-281-18/+0
* lualoader: Convert instances of KEYSTR_ESCAPE .. "[" -> KEYSTR_CSIKyle Evans2018-02-271-7/+7
* lualoader: Replace instances of \027 with KEYSTR_ESCAPEKyle Evans2018-02-271-7/+7
* lualoader: Add a twiddle at password promptKyle Evans2018-02-271-0/+18
* lualoader: screen argument fixesKyle Evans2018-02-261-6/+6
* Add SPDX tags to lua filesKyle Evans2018-02-231-0/+2
* lualoader: Remove nasty hack for not printing out ".0"Kyle Evans2018-02-211-12/+1
* lualoader: Drop excessive parenthesizingKyle Evans2018-02-211-6/+6
* lualoader: Drop terminating semicolonsKyle Evans2018-02-211-19/+19
* stand/lua: Consistently organize modulesKyle Evans2018-02-201-0/+1
* stand/lua: Consistently declare local functions at module scopeKyle Evans2018-02-201-1/+1
* stand/lua: Round up some more style.lua(9) concernsKyle Evans2018-02-191-5/+5
* stand/lua: Rename bootserial for clarityKyle Evans2018-02-191-3/+3
* stand/lua: Style passKyle Evans2018-02-171-11/+11
* stand/lua: Use escaped dot instead of single character classKyle Evans2018-02-161-1/+1
* stand/lua: Chop off the decimal for numbers passed to setcursorKyle Evans2018-02-161-1/+13
* Add the lua scripts from the lua-bootloader SoCWarner Losh2018-02-121-0/+73