summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")