This commit is contained in:
2023-11-09 23:35:59 +00:00
parent 1ebb9c050c
commit 327f9263a0
2 changed files with 8 additions and 3 deletions

View File

@@ -1849,7 +1849,12 @@ function potatOS.send(m)
--potatOS.comment(tostring(os.getComputerID()), textutils.compact_serialize(m))
end
term.redirect(term.native())
do
local w, h = term.native().getSize()
local win = window.create(term.native(), 1, 1, w, h)
term.redirect(win)
potatOS.screen = win
end
--[[
Fix bug PS#DBC837F6