X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ioncore%2Fioncore_ext.lua;h=8f1bfab34b956d71bc764a3b6ba27c44dbd5d168;hb=f869221ce49f0fb7cca48eee28daff8684305963;hp=cc56732676fe2cc3318d0d5c4e38b25e2985887b;hpb=8366314611bf30a0f31d25bf5f5023186fa87692;p=ion3.git diff --git a/ioncore/ioncore_ext.lua b/ioncore/ioncore_ext.lua index cc56732..8f1bfab 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-2006. +-- Copyright (c) Tuomo Valkonen 2004-2007. -- --- 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",