X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ioncore%2Fioncore_ext.lua;h=56f05032240ae69e413cd0213290fe77b322cc47;hb=refs%2Fheads%2Fmaster;hp=2255bdd37af2aa25f0de3fa8704348fa705930cb;hpb=471a5e5f9928e2d324b2e10422a420f458bd63ff;p=ion3.git diff --git a/ioncore/ioncore_ext.lua b/ioncore/ioncore_ext.lua index 2255bdd..56f0503 100644 --- a/ioncore/ioncore_ext.lua +++ b/ioncore/ioncore_ext.lua @@ -1,12 +1,9 @@ -- -- ion/share/ioncore_ext.lua -- Ioncore Lua library -- --- Copyright (c) Tuomo Valkonen 2004-2007. +-- Copyright (c) Tuomo Valkonen 2004-2009. -- --- Ion is free software; you can redistribute it and/or modify it under --- the terms of the GNU Lesser General Public License as published by --- the Free Software Foundation; either version 2.1 of the License, or --- (at your option) any later version. +-- See the included file LICENSE for details. -- -- This is a slight abuse of the package.loaded variable perhaps, but @@ -28,6 +25,8 @@ dopath('ioncore_winprops') dopath('ioncore_misc') dopath('ioncore_wd') dopath('ioncore_menudb') +dopath('ioncore_tabnum') +dopath('ioncore_quasiact') -- Modifier setup compatibility kludge local oldindex @@ -57,6 +56,8 @@ setmetatable(_G, newmeta) -- Export some important functions into global namespace. export(ioncore, "submap", + "submap_enter", + "submap_wait", "kpress", "kpress_wait", "mpress",