freebsd-src/stand/lua
Warner Losh 604919c47f loader: Fix 0 vs 1 confusion for column numbers
In two places we use '0' for a column number. However, the upper left
hand corner of the screen is 1, 1. Fix those two confusions. Also, fix
a comment that flipped the coordinates in a comment (I'm used to the
vt100 convention where it's row, column (eg y, x)) and didn't notice
the rest of the code uses x, y.

Sponsored by:		Netflix
Differential Revision:	https://reviews.freebsd.org/D46777
2024-09-24 14:18:42 -06:00
..
cli.lua Revert "loader/lua: Remove pager shim" 2024-07-29 16:56:55 -06:00
cli.lua.8
color.lua
color.lua.8
config.lua Revert "loader/lua: Remove workaround for command_error" 2024-07-29 16:57:13 -06:00
config.lua.8 stand/lua: always allow overriding with local config files 2024-02-02 12:04:57 -07:00
core.lua loader: Make EFI entropy size configurable 2024-09-22 00:35:47 -07:00
core.lua.8 stand: Print a warning of the loader is too old 2024-07-29 16:57:30 -06:00
drawer.lua loader/menu: tweak for added line 2024-08-22 17:28:51 -06:00
drawer.lua.8
gfx-beastie.lua
gfx-beastiebw.lua
gfx-fbsdbw.lua
gfx-orb.lua
gfx-orbbw.lua
gfx.lua.8 loader: Move gfx functions to gfx.lua.8 2024-02-15 20:59:23 -07:00
hook.lua
hook.lua.8
loader.conf.lua.5
loader.lua loader: Load platform entropy even without menu 2024-09-22 00:35:48 -07:00
loader.lua.8 loader: Add loader.exit 2024-02-26 20:49:46 -07:00
Makefile Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
Makefile.depend loader: add target for dirdeps build 2023-11-02 19:35:08 -04:00
menu.lua loader: Fix 0 vs 1 confusion for column numbers 2024-09-24 14:18:42 -06:00
menu.lua.8
password.lua
password.lua.8
screen.lua loader: Fix 0 vs 1 confusion for column numbers 2024-09-24 14:18:42 -06:00
screen.lua.8