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