Compare commits

...

2 Commits

Author SHA1 Message Date
05417e851a
assorted produced files 2024-02-18 23:44:04 -08:00
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
.gitignore vendored
View File

@ -1,2 +1,3 @@
.DS_Store
.vscode/settings.json
vacation.bin

BIN
vacation-cover.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

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.