diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-01 03:32:00 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-01 03:32:00 +0100 |
commit | f0578526f32c5d6be597953b8563b354915c4c8f (patch) | |
tree | 123cb2c268606e6e3826ccd196a65d1430db7cea | |
parent | af4b469f76e75ac4c56cc46d0a9ab343b4d75c3b (diff) |
launch john
-rw-r--r-- | framebuf.lua | 2 |
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") |