From acda37edd13b9c6aca16cd1d1ee9183368d5b40c Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Fri, 9 Apr 2021 23:11:31 -0400 Subject: lua print table put_line a do_menu alternative add stylized lines to lua the exported do_menu has a severe limitation of 64 items it also requires double the memory put_line is the way rockbox builds menus update printtable user config from core -- done code cleanup fixed for 1-bit screens changed button behavior fixed for 2-bit screens Change-Id: I4de55e42685aa1d2f53a33bc8e980827864e810b --- apps/plugins/lua_scripts/fileview.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/lua_scripts/fileview.lua') diff --git a/apps/plugins/lua_scripts/fileview.lua b/apps/plugins/lua_scripts/fileview.lua index 920281bbef..08eea0337c 100755 --- a/apps/plugins/lua_scripts/fileview.lua +++ b/apps/plugins/lua_scripts/fileview.lua @@ -33,7 +33,7 @@ local scrpath = rb.current_path()--rb.PLUGIN_DIR .. "/demos/lua_scripts/" package.path = scrpath .. "/?.lua;" .. package.path --add lua_scripts directory to path -require("printmenu") --menu +require("printmenus") --menu require("filebrowse") -- file browser require("fileviewers") -- fileviewer, hexviewer -- cgit v1.2.3