summaryrefslogtreecommitdiff
path: root/scratch/refresh.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scratch/refresh.lua')
-rw-r--r--scratch/refresh.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scratch/refresh.lua b/scratch/refresh.lua
index 8f2c8b2..687a698 100644
--- a/scratch/refresh.lua
+++ b/scratch/refresh.lua
@@ -11,7 +11,7 @@ _99.setup({
},
})
-Window.capture_input({
+Window.capture_input("test", {
cb = function(_, _)
print("results")
end,