From f0578526f32c5d6be597953b8563b354915c4c8f Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 1 Apr 2024 03:32:00 +0100 Subject: launch john --- framebuf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framebuf.lua') diff --git a/framebuf.lua b/framebuf.lua index 3e841b3..77f17e6 100644 --- a/framebuf.lua +++ b/framebuf.lua @@ -175,7 +175,7 @@ function M:present(mon, offsx, offsy) print("PrESENT") offsx, offsy = offsx or 0, offsy or 0 local w, h = mon.getSize() - local pw, ph = M.resolution() + local pw, ph = M.resolution(mon) local cols = {} local chars = {} print("","1") -- cgit v1.2.3