]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/ioncore_ext.lua
[svn-upgrade] Integrating new upstream version, ion3 (20070506)
[ion3.git] / ioncore / ioncore_ext.lua
index 2255bdd37af2aa25f0de3fa8704348fa705930cb..dde9195d991e2c63ef7d3cd399729387b950244e 100644 (file)
@@ -3,10 +3,7 @@
 -- 
 -- 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,7 @@ dopath('ioncore_winprops')
 dopath('ioncore_misc')
 dopath('ioncore_wd')
 dopath('ioncore_menudb')
+dopath('ioncore_tabnum')
 
 -- Modifier setup compatibility kludge
 local oldindex
@@ -57,6 +55,8 @@ setmetatable(_G, newmeta)
 -- Export some important functions into global namespace.
 export(ioncore, 
        "submap",
+       "submap_enter",
+       "submap_wait",
        "kpress",
        "kpress_wait",
        "mpress",