mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 11:48:02 -04:00
Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into holo
This commit is contained in:
commit
eb09bdc0ba
@ -338,7 +338,7 @@ function term.write(value, wrap)
|
||||
end
|
||||
local blink = term.getCursorBlink()
|
||||
term.setCursorBlink(false)
|
||||
local line, nl = value
|
||||
local line, nl
|
||||
repeat
|
||||
local wrapAfter, margin = math.huge, math.huge
|
||||
if wrap then
|
||||
@ -356,7 +356,7 @@ function term.write(value, wrap)
|
||||
component.gpu.fill(1, h, w, 1, " ")
|
||||
cursorY = h
|
||||
end
|
||||
until not wrap or not value
|
||||
until not value
|
||||
term.setCursorBlink(blink)
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user