Searched hist:"28384160 a71d1ecb9a4cbbc861932b1f5c338e94" (Results 1 – 1 of 1) sorted by relevance
/freebsd/stand/lua/ |
H A D | menu.lua | diff 28384160a71d1ecb9a4cbbc861932b1f5c338e94 Sun Feb 25 05:44:45 CET 2018 Kyle Evans <kevans@FreeBSD.org> lualoader: Pull menu redrawing specifics out of menu.process
In general, every menu redraw is going to require a screen clear and cursor reset. Each redraw also has the potential to invalidate the alias table, so we move the alias table being used out into a module variable. This allows third party consumers to also inspect or update the alias table if they need to.
While here, stop searching the alias table once we've found a match.
|