forked from hkc/cc-stuff
FAAAAAAAAASTERRRRRRRRRRRRR
This commit is contained in:
parent
e938f38ab1
commit
11be60a0b1
|
@ -75,7 +75,7 @@ end
|
|||
local _, y = term.getCursorPos()
|
||||
local i = 0
|
||||
while not src.isEnd() do
|
||||
dst.write(src.read(6000 * 10))
|
||||
dst.write(src.read(6000 * 30))
|
||||
local pos, sz = src.getPosition(), src.getSize()
|
||||
term.setCursorPos(1, y)
|
||||
term.clearLine()
|
||||
|
|
Loading…
Reference in New Issue