summaryrefslogtreecommitdiff
path: root/john.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-04-01 02:44:58 +0100
committerubq323 <ubq323@ubq323.website>2024-04-01 02:44:58 +0100
commitd4dd44e4908bc0d6531f0128413a5946e9512ed7 (patch)
treea622cd029a99c329319a0ed17ed9c05e42115191 /john.lua
parent271b9571a45551f600963689ef7db1a98515e10c (diff)
launch john
Diffstat (limited to 'john.lua')
-rw-r--r--john.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/john.lua b/john.lua
index 7588369..b083539 100644
--- a/john.lua
+++ b/john.lua
@@ -25,7 +25,7 @@ for ix,iname in ipairs(monitors) do
local t = term.redirect(mon)
local _, bee = pcall(function() fb:present(xoffs,0) end)
term.redirect(t)
- xoffs = xoffs + (mon.getSize())*2
+ xoffs = xoffs + (mon.getSize())*2 + 8
print(bee)
end