Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Manager Background Application
- local manlib = require("lib.managerlib")
- local tx,ty = 1,1
- local mx,my = getSize()
- term.write("Open for connections")
- while true do
- ty = ty + 1
- term.setCursorPos(tx,ty)
- tx,ty = getCursorPos()
- if ty > my then
- scroll(1)
- end
- manlib.get_heartbeats()
- end
Advertisement
Add Comment
Please, Sign In to add comment