aboutsummaryrefslogtreecommitdiff
path: root/stand/lua/color.lua
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line lua tagWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* loader: implement framebuffer consoleToomas Soome2021-01-021-1/+1
* lualoader: fix setting of loader_color=NO in loader.conf(5)Kyle Evans2019-10-211-2/+8
* lualoader: don't botch disabling of colorKyle Evans2019-10-211-2/+2
* loader_lua: lua color changes should end with resetToomas Soome2019-09-221-4/+4
* loader: Respect loader_color=YES for serial consolesKyle Evans2019-09-201-3/+1
* lualoader: More black-on-white fixesKyle Evans2018-06-121-2/+2
* lualoader: Clear up some possible naming confusionKyle Evans2018-03-211-4/+4
* lualoader: Use less atomic options for resetting colors/attributesKyle Evans2018-03-201-1/+15
* lualoader: Reset attributes and color scheme with color.highlight()Kyle Evans2018-03-201-1/+3
* lualoader: Setup default color scheme if we're using colorsKyle Evans2018-03-191-1/+1
* lualoader: Convert instances of KEYSTR_ESCAPE .. "[" -> KEYSTR_CSIKyle Evans2018-02-271-5/+5
* lualoader: Replace instances of \027 with KEYSTR_ESCAPEKyle Evans2018-02-271-5/+5
* lualoader: More argument name expansion, part 2Kyle Evans2018-02-261-11/+12
* Add SPDX tags to lua filesKyle Evans2018-02-231-0/+2
* lualoader: Drop excessive parenthesizingKyle Evans2018-02-211-10/+10
* lualoader: Drop terminating semicolonsKyle Evans2018-02-211-29/+29
* stand/lua: Consistently organize modulesKyle Evans2018-02-201-0/+1
* stand/lua: Round up some more style.lua(9) concernsKyle Evans2018-02-191-7/+7
* stand/lua: Rename bootserial for clarityKyle Evans2018-02-191-1/+1
* stand/lua: Style passKyle Evans2018-02-171-12/+11
* Add the lua scripts from the lua-bootloader SoCWarner Losh2018-02-121-0/+99