]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r352599, r352601: loader interp color reset fixes
authorKyle Evans <kevans@FreeBSD.org>
Thu, 24 Oct 2019 04:05:53 +0000 (04:05 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Thu, 24 Oct 2019 04:05:53 +0000 (04:05 +0000)
commit675bf01cb9fecf064ae4961eb11f7abdea0b75eb
tree409c081b6dc5527976e8274fb6a41e6cb0722e13
parent449c50994e9638e1f13ee6edf61ec3b6ecc80f92
MFC r352599, r352601: loader interp color reset fixes

r352599:
loader_4th: menu items need to reset color attribute, not switch to white

Forth menu kernel and BE entries, instead of resetting the color attribute,
are switching to white color.

r352601:
loader_lua: lua color changes should end with reset

The color change should have reset sequence, not switch to white.
stand/forth/menu.4th
stand/forth/menu.rc
stand/lua/color.lua
stand/lua/logo-beastie.lua
stand/lua/logo-orb.lua
stand/lua/menu.lua