style: format
This commit is contained in:
@@ -258,10 +258,10 @@ function drawConsole(y)
|
||||
|
||||
end
|
||||
|
||||
|
||||
function handleConsoleInput(char)
|
||||
commandBuffer = commandBuffer..char
|
||||
commandBuffer = commandBuffer .. char
|
||||
end
|
||||
|
||||
registerEventListener("char", handleConsoleInput)
|
||||
|
||||
function handleConsoleKeys(key)
|
||||
@@ -271,6 +271,7 @@ function handleConsoleKeys(key)
|
||||
commandBuffer = ""
|
||||
end
|
||||
end
|
||||
|
||||
registerEventListener("key", handleConsoleKeys)
|
||||
|
||||
--[[
|
||||
|
||||
Reference in New Issue
Block a user