This commit is contained in:
Crispy 2025-07-03 19:37:25 +02:00
parent 68ec37f994
commit 45e6ec6e95
8 changed files with 49 additions and 39 deletions

View file

@ -11,7 +11,7 @@ for i,v in pairs(term.native()) do
return v(...)
end
end
term.redirect(forward)
--term.redirect(forward)
W = window.create(term.current(),1,1,term.getSize())
W.setBackgroundColor(colors.white)
W.setTextColor(colors.black)
@ -21,7 +21,7 @@ parallel.waitForAll(
shell.run("shell")
end,
function()
while true do
while false do
id, message, protocol = rednet.receive(
"pocketevent"
)
@ -30,7 +30,7 @@ parallel.waitForAll(
end
,
function()
while true do
while false do
W.redraw()
sleep(0.1)
end