diff options
-rw-r--r-- | john.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ function main() local total_width = 0 for ix,iname in ipairs(monitors) do local mon = peripheral.wrap(iname) + mon.setTextScale(0.5) total_width = total_width + (mon.getSize())*2 end local leftover = total_width - W |