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

@ -12,7 +12,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())
term.redirect(W)
parallel.waitForAll(
@ -20,7 +20,7 @@ parallel.waitForAll(
shell.run("shell")
end,
function()
while true do
while false do
id, message, protocol = rednet.receive(
"pocketevent"
)
@ -29,7 +29,7 @@ parallel.waitForAll(
end
,
function()
while true do
while false do
W.redraw()
sleep(0.5)
end