2 Commits

Author SHA1 Message Date
kistaro 05417e851a assorted produced files 2024-02-18 23:44:04 -08:00
kistaro bf46878f34 fix ctrl-c prompt showing up 2024-02-18 23:43:55 -08:00
4 changed files with 1 additions and 1 deletions
+1
View File
@@ -1,2 +1,3 @@
.DS_Store
.vscode/settings.json
vacation.bin
Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

-1
View File
@@ -710,7 +710,6 @@ mknew(zonk_mode, function(self)
end)
function zonk_mode:set(_, field,value)
pukeboard{field=field, value=value}
self[field]=value
end
function zonk_mode:unset(_, ...)
Binary file not shown.