From 77b8b9d75ab414ea6cd365a661b217538905d832 Mon Sep 17 00:00:00 2001 From: Justus Wolff Date: Sun, 15 Feb 2026 19:34:20 +0100 Subject: [PATCH] center at end of moveto --- src/main.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.lua b/src/main.lua index a78f443..81fb785 100644 --- a/src/main.lua +++ b/src/main.lua @@ -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)