summaryrefslogtreecommitdiff
path: root/framebuf.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-04-01 03:32:00 +0100
committerubq323 <ubq323@ubq323.website>2024-04-01 03:32:00 +0100
commitf0578526f32c5d6be597953b8563b354915c4c8f (patch)
tree123cb2c268606e6e3826ccd196a65d1430db7cea /framebuf.lua
parentaf4b469f76e75ac4c56cc46d0a9ab343b4d75c3b (diff)
launch john
Diffstat (limited to 'framebuf.lua')
-rw-r--r--framebuf.lua2
1 files changed, 1 insertions, 1 deletions
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")