diff options
Diffstat (limited to 'scratch/refresh.lua')
| -rw-r--r-- | scratch/refresh.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scratch/refresh.lua b/scratch/refresh.lua index 3e07ad7..8c34a9c 100644 --- a/scratch/refresh.lua +++ b/scratch/refresh.lua @@ -2,10 +2,10 @@ local Window = require("99.window") Window.clear_active_popups() R("99") -function test() - local Window = require("99.window") - Window.capture_input(function(input) - print(input) - end, {}) +local function test() + Window = require("99.window") + Window.capture_input(function(input) + print(input) + end, {}) end test() |
