Return to project, refactoring
This commit is contained in:
@@ -414,7 +414,13 @@ function OnUpdate(e)
|
||||
Coroutines = new_co_list
|
||||
end
|
||||
|
||||
-- REMEBER: AS LITTLE ACTUAL CODE AS POSSIBLE IN LUA
|
||||
-- ONLY CONFIGURABLES
|
||||
function OnCommand(e)
|
||||
if e.key == SDLK_F and e.ctrl == 1 and e.shift == 1 then
|
||||
C("git grep -n "..GetLoadWord()) end
|
||||
if e.key == SDLK_E and e.ctrl == 1 then
|
||||
Eval(GetLoadWord()) end
|
||||
end
|
||||
|
||||
function OnInit()
|
||||
|
||||
Reference in New Issue
Block a user