Return to project, refactoring

This commit is contained in:
Krzosa Karol
2024-11-30 11:08:08 +01:00
parent 35cc5ae48d
commit f1e674ca37
15 changed files with 144 additions and 188 deletions

View File

@@ -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()