center at end of moveto

This commit is contained in:
Justus Wolff
2026-02-15 19:34:20 +01:00
parent 763dd2a579
commit 77b8b9d75a

View File

@@ -325,6 +325,7 @@ local function moveto(x,y,cx,cz)
direction = -1
end
end
center()
return cx,cz
end
local function printdes(buf, dimensions)