reorganize some stuff

This commit is contained in:
Eduardo Bart
2012-01-04 23:28:29 -02:00
parent a92af44eb6
commit 30ce5e2ba9
69 changed files with 143 additions and 131 deletions

View File

@@ -10,7 +10,7 @@ local LabelHeight = 16
-- private variables
local consoleWidget
local logLocked = false
local commandEnv = createEnvironment()
local commandEnv = newenv()
local commandLineEdit
local consoleBuffer
local commandHistory = { }

View File

@@ -12,7 +12,6 @@ Module
require 'console'
require 'commands'
Console.init()
return true
onUnload: |
Console.terminate()