2 lines
118 B
Text
2 lines
118 B
Text
local x, y = term.getSize()
|
|
kerneldraw.printAppInfo("tty", "Terminal object size is "..tostring(x).."x"..tostring(y))
|