vfs rewrite lol fml
This commit is contained in:
@@ -13,11 +13,6 @@ local function write(text)
|
||||
if c == "\n" then
|
||||
y = y + 1
|
||||
x = 1
|
||||
if y-1 >= h then
|
||||
term.scroll(1)
|
||||
y = h
|
||||
term.setCursorPos(x, y)
|
||||
end
|
||||
elseif c == "\t" then
|
||||
local tabSize = 4
|
||||
local spaces = tabSize - ((x - 1) % tabSize)
|
||||
|
||||
Reference in New Issue
Block a user