]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/ioncore_ext.lua
Imported Upstream version 20090110
[ion3.git] / ioncore / ioncore_ext.lua
index 2255bdd37af2aa25f0de3fa8704348fa705930cb..56f05032240ae69e413cd0213290fe77b322cc47 100644 (file)
@@ -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",