summaryrefslogtreecommitdiff
path: root/scratch
diff options
context:
space:
mode:
authortheprimeagain <the.primeagen@gmail.com>2026-02-08 17:50:45 -0700
committertheprimeagain <the.primeagen@gmail.com>2026-02-08 17:50:45 -0700
commit3d2501afccbc9fab5b0f18811fb7ff55054eda6f (patch)
treea88469a9ffe0836634df985e575ae48896379cd8 /scratch
parente90ab98e7ecca5ca7a7ae7ff39805baffc615edb (diff)
downloada4-3d2501afccbc9fab5b0f18811fb7ff55054eda6f.tar.xz
a4-3d2501afccbc9fab5b0f18811fb7ff55054eda6f.zip
throbber, test, and better titling.
Diffstat (limited to 'scratch')
-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,