fix ctrl-c prompt showing up

This commit is contained in:
Kistaro Windrider 2024-02-18 23:43:55 -08:00
parent 170af5bc01
commit bf46878f34
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

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(_, ...)