]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
lualoader: Tweak positioning and fix an off-by-one
authorkevans <kevans@FreeBSD.org>
Sat, 3 Mar 2018 18:13:14 +0000 (18:13 +0000)
committerkevans <kevans@FreeBSD.org>
Sat, 3 Mar 2018 18:13:14 +0000 (18:13 +0000)
commitd107b38924196c27be2adc0197d47ab005ef818e
tree1f2026b71fa6996762f02e4185aacffa5e8d921a
parentdfc94d6584b8fff22ce13a56af8713c1519bd2ee
lualoader: Tweak positioning and fix an off-by-one

- All of our default positions were offset from forth
- Our menu frame size was smaller than in forth
- Logo/brand drawing had an off-by-one, drawing one column lower on the
  screen than they should have been.
- While here, switch a print() to printc() as it's expected that logos may
  contain color and other escpae sequences that we'll need to honor.
stand/lua/drawer.lua
stand/lua/menu.lua